Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -192/+0 |
| | |||||
* | Add code point for the SRP identifier extension and add a check for it | lloyd | 2011-12-17 | 1 | -0/+2 |
| | | | | | in the Client_Hello parser. Works, tested with GnuTLS command line client. | ||||
* | Require a TLS_Policy | lloyd | 2010-09-17 | 1 | -1/+0 |
| | |||||
* | Remove trailing comma from enum decl | lloyd | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -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 negotiation | lloyd | 2010-04-21 | 1 | -0/+3 |
| | |||||
* | Add codes for SHA-1 based ECC suites (RFC 4492). | lloyd | 2010-04-19 | 1 | -25/+33 |
| | |||||
* | Add support for SEED ciphersuites. Tested against OpenSSL 0.9.8n | lloyd | 2010-04-17 | 1 | -0/+3 |
| | |||||
* | Add support for reading SSLv2 client hellos | lloyd | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Clean up ciphersuite handling | lloyd | 2010-04-17 | 1 | -15/+60 |
| | |||||
* | Add some magic numbers for TLS extension codes | lloyd | 2010-03-30 | 1 | -0/+11 |
| | |||||
* | Add alert code for PSK/SRP (unknown identity) | lloyd | 2010-02-17 | 1 | -0/+2 |
| | |||||
* | Rename Policy to TLS_Policy. | lloyd | 2010-02-16 | 1 | -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 mainline | lloyd | 2010-01-11 | 1 | -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. |