Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t in filters | lloyd | 2010-10-12 | 1 | -1/+1 |
| | | | | | This breaks API for anyone creating their own Filter types, but it had to happen eventually. | ||||
* | Require a TLS_Policy | lloyd | 2010-09-17 | 1 | -12/+13 |
| | |||||
* | Hide a number of the internal SSL headers from the user, you can still | lloyd | 2010-09-15 | 1 | -2/+2 |
| | | | | see too much but better than before. | ||||
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Remove add_entropy_vec. Much cleaner way of doing this: add the entire | lloyd | 2010-04-27 | 1 | -2/+2 |
| | | | | contents of all SSL/TLS handshake messages into the PRNG input. | ||||
* | Add the other parties Random value to the local PRNG state | lloyd | 2010-04-23 | 1 | -0/+2 |
| | |||||
* | Add support for reading SSLv2 client hellos | lloyd | 2010-04-17 | 1 | -7/+12 |
| | |||||
* | Clean up ciphersuite handling | lloyd | 2010-04-17 | 1 | -4/+4 |
| | |||||
* | Present requested hostname (SNI extn) to TLS_Server user | lloyd | 2010-03-30 | 1 | -0/+2 |
| | |||||
* | Fix server handshake. | lloyd | 2010-03-30 | 1 | -11/+8 |
| | | | | Support TLS 1.1 servers | ||||
* | Make Record_Reader event driven. Callers (eg TLS_Client and | lloyd | 2010-03-23 | 1 | -3/+22 |
| | | | | | 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_ typedefs | lloyd | 2010-02-16 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Various minor SSL fixes | lloyd | 2010-02-14 | 1 | -4/+3 |
| | |||||
* | Import latest version of Ajisai into src/ssl; once this hits mainline | lloyd | 2010-01-11 | 1 | -0/+466 |
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. |