aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check that TLS signature type is accepted by the policy.Jack Lloyd2016-03-061-1/+1
* Make SRP6 support optional in TLSJack Lloyd2016-02-071-0/+4
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-1/+0
* Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-031-1/+20
* TLS improvementsJack Lloyd2015-10-251-20/+38
* Avoid a crash in the TLS server if the client sends ALPN but no nextJack Lloyd2015-08-281-1/+1
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-43/+17
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-6/+8
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-6/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).lloyd2015-01-041-48/+23
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-1/+2
* Let TLS policy disable putting the timestamp in the hello random fieldslloyd2014-11-041-1/+1
* Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00)lloyd2014-10-311-4/+14
* Specify version number in message when we reject due to policylloyd2014-10-061-1/+2
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+725