Commit Graph

  • 5493921e9f -Added client -c option to pass cipher alg -Note about blowfish iv len (lack of) bounds check in .NewOFB(); -TODO added to enforce keymat from HKex >= 2*chosen cipher blocksize (assuming keylen == blocksize -- might not be true for all future algs) Russ Magee 2018-01-11 23:01:39 -0800
  • aaa99360be Made server.go and serverp.go (plaintext net example) use same bufsize Russ Magee 2018-01-11 21:32:55 -0800
  • 9054bcb89f Dial() extensions to specify cipher/hmac alg and protocol options Russ Magee 2018-01-11 19:42:42 -0800
  • 02d4d0cd50 Package documentation Russ Magee 2018-01-11 13:44:11 -0800
  • d4c9a1e456 Bit of cleanup in hkex.Read(),Write() and server.go read bufsize to 512 Russ Magee 2018-01-11 09:13:18 -0800
  • c43b13989b Hoorah, got basic crypto working over hkex Conn Russ Magee 2018-01-10 22:50:13 -0800
  • b28ca552bd Got cipher StreamReader/Writer in w/o yet using them. Russ Magee 2018-01-08 23:26:24 -0800
  • 9885067a48 Added hkexchan.go w/o testing for StreamReader/StreamWriter Russ Magee 2018-01-08 23:08:58 -0800
  • 4bccb2512d Added vanilla client.go server.go for comparison Russ Magee 2018-01-08 20:24:10 -0800
  • 3571da5703 Added concept for cipher setup -- nonworking (hkexchan.gox) Russ Magee 2018-01-08 20:23:19 -0800
  • 9aecee7ba3 Split core KEx and net support code Russ Magee 2018-01-08 19:28:04 -0800
  • f7a3be637b Split core KEx and net support code Russ Magee 2018-01-08 19:16:55 -0800
  • 2faee8eae1 HKExConn -> Conn for drop-in to net.Conn Russ Magee 2018-01-08 18:27:01 -0800
  • 11cd7bacfb Working client/server demos w/HEx and trivial XOR crypto test Russ Magee 2018-01-07 22:05:14 -0800
  • 60f2cb7e26 client/server demo hkex.Dial(), hkex.Listen()/hl.Accept() with auto-KEx Russ Magee 2018-01-06 23:58:30 +0000
  • 4dd121b10b client-side read for HKEx PeerD as part of NewHKEx() Russ Magee 2018-01-06 21:18:58 +0000
  • c8b4fa3596 HKExConn captures net.Conn Russ Magee 2018-01-06 20:26:08 +0000
  • 663f2f6d1f Prototype README.md with theory of operation Russ Magee 2018-01-06 15:41:23 +0000
  • ba2c03afe3 Initial commit Russ Magee 2018-01-06 15:30:56 +0000