aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-042-53/+30
|
* Client_Key_Exchange needs modification for DH changeslloyd2010-03-041-14/+14
|
* Unused variable warning in catch statementlloyd2010-03-031-1/+1
|
* Use the canonical header guard form in handshake_hash.h otherwise thelloyd2010-02-171-2/+2
| | | | alamgamation generator horks.
* Add alert code for PSK/SRP (unknown identity)lloyd2010-02-171-0/+2
|
* Naming scheme for DL groups has changedlloyd2010-02-171-1/+1
|
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-1610-49/+62
|
* Rename Policy to TLS_Policy.lloyd2010-02-1631-152/+103
| | | | Put TLS_ in all the header guards to reduce the odds of conflicts.
* Various minor SSL fixeslloyd2010-02-1413-42/+42
|
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-1133-0/+4350
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.