aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page.
* Remove add_entropy_vec. Much cleaner way of doing this: add the entirelloyd2010-04-271-2/+2
| | | | contents of all SSL/TLS handshake messages into the PRNG input.
* Add the other parties Random value to the local PRNG statelloyd2010-04-231-0/+2
|
* Clean up ciphersuite handlinglloyd2010-04-171-8/+11
|
* Remove printfslloyd2010-03-231-17/+0
|
* Make Record_Reader event driven. Callers (eg TLS_Client andlloyd2010-03-231-7/+42
| | | | | TLS_Server) are not; they instead loop blocking on the socket. Will move the event-driven behavior upwards as I go.
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-161-2/+2
|
* Rename Policy to TLS_Policy.lloyd2010-02-161-5/+5
| | | | Put TLS_ in all the header guards to reduce the odds of conflicts.
* Various minor SSL fixeslloyd2010-02-141-12/+9
|
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+574
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.