aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_extensions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-3/+3
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-12/+12
* Remove support for TLS v1.2 MD5 and SHA-224 signatures.Jack Lloyd2016-03-171-42/+3
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-13/+5
* Make SRP6 support optional in TLSJack Lloyd2016-02-071-0/+6
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-50/+0
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-3/+0
* Mass-prefix member vars with m_René Korthaus2016-01-081-14/+14
* String comparision fixesDaniel Neus2016-01-041-2/+2
* Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-031-2/+17
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-0/+4
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-11/+28
* 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-26/+67
* Have TLS_Data_Reader decoding errors include the actual msg type namelloyd2014-04-121-1/+1
* Verify that the server did not send any extension that the client didn'tlloyd2014-04-111-0/+8
* Move lib into srclloyd2014-01-101-0/+533