Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2011-06-13 | 1 | -2/+2 |
|\ | | | | | | | | | | | 150bd11dd8090559ee1e83394b8283bf93a018de) to branch 'net.randombit.botan.c++0x' (head 7480693bb3f1e8a4e039a3e7ba3d9a7007f9730e) | ||||
| * | Post-merge fixups | lloyd | 2010-11-04 | 1 | -2/+2 |
| | | |||||
* | | I can't spell | lloyd | 2011-05-13 | 1 | -2/+2 |
|/ | |||||
* | Remove socket dependency from TLS_Server, instead interacting with | lloyd | 2010-10-29 | 1 | -10/+11 |
| | | | | generic std::functions for I/O | ||||
* | Make Record_Writer call a callback instead of writing directly to the socket | lloyd | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Last u32bit->size_t for ssl | lloyd | 2010-10-15 | 1 | -19/+21 |
| | |||||
* | Use size_t in ssl | lloyd | 2010-10-15 | 1 | -11/+11 |
| | |||||
* | 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. |