aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/s_kex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix DSA TLS serverslloyd2010-03-301-1/+1
|
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-29/+33
| | | | | Remove use of look_pk from the source and examples, instead instantiate classes directly.
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-041-30/+17
|
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-161-6/+6
|
* Rename Policy to TLS_Policy.lloyd2010-02-161-1/+1
| | | | 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/+195
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.