aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_extensions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Read only support for signature_algorithms extension used in TLS 1.2lloyd2012-01-181-0/+139
* As someone pointed out on the TLS list, NPN isn't really a negotiationlloyd2012-01-041-4/+4
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-4/+0
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-1/+46
* Add a function for getting the version number of an active connection.lloyd2011-12-301-0/+1
* Add support for the maximum fragment length extension. No hooks for itlloyd2011-12-301-8/+51
* Full support for renegotiation including RFC 5746 extensions forlloyd2011-12-301-15/+46
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-0/+2
* About half an implementation of RFC 5746lloyd2011-12-291-9/+13
* Add support for sending server name indicator in client hellolloyd2011-12-291-0/+150