Commit Graph

10 Commits

Author SHA1 Message Date
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
2c9b9f97de Start of a client app 2015-02-06 16:27:47 +00: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