aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-6/+6
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-13/+39
* Various and sundry bug fixeslloyd2012-01-191-1/+1
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-6/+6
* Read only support for signature_algorithms extension used in TLS 1.2lloyd2012-01-181-0/+33
* As someone pointed out on the TLS list, NPN isn't really a negotiationlloyd2012-01-041-5/+5
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-0/+38
* Add support for the maximum fragment length extension. No hooks for itlloyd2011-12-301-0/+32
* Full support for renegotiation including RFC 5746 extensions forlloyd2011-12-301-3/+6
* About half an implementation of RFC 5746lloyd2011-12-291-0/+26
* Add support for sending server name indicator in client hellolloyd2011-12-291-0/+109