Commit Graph

467 Commits

Author SHA1 Message Date
Russ Magee 9054bcb89f Dial() extensions to specify cipher/hmac alg and protocol options 2018-01-11 19:42:42 -08:00
Russ Magee 02d4d0cd50 Package documentation 2018-01-11 13:44:11 -08:00
Russ Magee d4c9a1e456 Bit of cleanup in hkex.Read(),Write() and server.go read bufsize to 512 2018-01-11 09:13:18 -08:00
Russ Magee c43b13989b Hoorah, got basic crypto working over hkex Conn 2018-01-10 22:50:13 -08:00
Russ Magee b28ca552bd Got cipher StreamReader/Writer in w/o yet using them. 2018-01-08 23:26:24 -08:00
Russ Magee 9885067a48 Added hkexchan.go w/o testing for StreamReader/StreamWriter 2018-01-08 23:08:58 -08:00
Russ Magee 4bccb2512d Added vanilla client.go server.go for comparison 2018-01-08 20:24:10 -08:00
Russ Magee 3571da5703 Added concept for cipher setup -- nonworking (hkexchan.gox) 2018-01-08 20:23:19 -08:00
Russ Magee 9aecee7ba3 Split core KEx and net support code 2018-01-08 19:28:04 -08:00
Russ Magee f7a3be637b Split core KEx and net support code 2018-01-08 19:16:55 -08:00
Russ Magee 2faee8eae1 HKExConn -> Conn for drop-in to net.Conn 2018-01-08 18:27:01 -08:00
Russ Magee 11cd7bacfb Working client/server demos w/HEx and trivial XOR crypto test 2018-01-07 22:05:14 -08:00
Russ Magee 60f2cb7e26 client/server demo hkex.Dial(), hkex.Listen()/hl.Accept() with auto-KEx 2018-01-06 23:58:30 +00:00
Russ Magee 4dd121b10b client-side read for HKEx PeerD as part of NewHKEx() 2018-01-06 21:18:58 +00:00
Russ Magee c8b4fa3596 HKExConn captures net.Conn 2018-01-06 20:26:08 +00:00
Russ Magee 663f2f6d1f Prototype README.md with theory of operation 2018-01-06 15:41:23 +00:00
Russ Magee ba2c03afe3 Initial commit 2018-01-06 15:30:56 +00:00