aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the socket wrapper code, as the SSL interface itselflloyd2011-04-051-46/+0
| | | | doesn't actually care. Move it to examples/socket.h
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-2/+2
| | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page.
* Remove single byte versions of read and write - caused problems with overloadslloyd2010-03-251-3/+0
| | | | for bind/function
* Use size_t for lengths in Socket interfacelloyd2010-03-251-3/+3
|
* Rename Policy to TLS_Policy.lloyd2010-02-161-3/+3
| | | | Put TLS_ in all the header guards to reduce the odds of conflicts.
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+49
I'll officially kill off Ajisai (instead of it just lingering as a zombine as it is currently). Apparently I broke something (or multiple things) during the import process; servers crash and clients gets MAC errors on connect.