Commit Graph

11 Commits

Author SHA1 Message Date
Ian Gulliver
f1540c897e Client sending encoded handshake, server decoding the insecure bits 2015-02-07 19:01:48 +01:00
Ian Gulliver
409c912eeb Actually sending client handshake 2015-02-07 17:32:57 +01:00
Ian Gulliver
4658186fb4 Move the horrible C wrappers out of the real functions. 2015-02-07 17:15:09 +01:00
Ian Gulliver
14cfbb0372 Convert auth-client to libevent 2015-02-07 17:07:31 +01:00
Ian Gulliver
88c3c69e52 Switch from epoll to libevent, to add OS X support. 2015-02-07 16:44:42 +01:00
Ian Gulliver
dcbc3d6928 Start of a connection state machine, start of a TLV framework. 2015-02-05 21:57:04 +00:00
Ian Gulliver
c91b64f892 It's not necessary to use EPOLL_CTL_DEL after close() 2015-02-05 20:57:01 +00:00
Ian Gulliver
524434813c Remove hex encoding, just write binary files. 2015-02-05 17:18:44 +00:00
Ian Gulliver
3f7b086e24 Main loop, epoll handling 2015-02-05 16:36:25 +00:00
Ian Gulliver
b396ad3317 Add gen-key for shared secret key generation 2015-02-05 13:02:42 +00:00
Ian Gulliver
d37b9a7e41 Public key generation 2015-02-05 12:55:48 +00:00