aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_magic.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename ssl module to tlslloyd2011-12-231-192/+0
|
* Add code point for the SRP identifier extension and add a check for itlloyd2011-12-171-0/+2
| | | | | in the Client_Hello parser. Works, tested with GnuTLS command line client.
* Require a TLS_Policylloyd2010-09-171-1/+0
|
* Remove trailing comma from enum decllloyd2010-09-071-1/+1
|
* 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.
* Extension codes for ECC negotiationlloyd2010-04-211-0/+3
|
* Add codes for SHA-1 based ECC suites (RFC 4492).lloyd2010-04-191-25/+33
|
* Add support for SEED ciphersuites. Tested against OpenSSL 0.9.8nlloyd2010-04-171-0/+3
|
* Add support for reading SSLv2 client helloslloyd2010-04-171-0/+1
|
* Clean up ciphersuite handlinglloyd2010-04-171-15/+60
|
* Add some magic numbers for TLS extension codeslloyd2010-03-301-0/+11
|
* Add alert code for PSK/SRP (unknown identity)lloyd2010-02-171-0/+2
|
* 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/+118
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.