aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_policy.h
Commit message (Expand)AuthorAgeFilesLines
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-1/+1
* Client must verify that the server sent an ECC curve which policy accepts.Jack Lloyd2016-03-171-0/+2
* TLS client featuresJack Lloyd2016-03-161-0/+3
* Check that TLS signature type is accepted by the policy.Jack Lloyd2016-03-061-0/+2
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-4/+2
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-8/+0
* String comparision fixesDaniel Neus2016-01-041-3/+3
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* TLS improvementsJack Lloyd2015-10-251-0/+15
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-17/+5
* Add Strict_Policy. Disable server initiated renegotiation by default.lloyd2015-01-231-4/+37
* Add support for configuring a TLS::Policy by text filelloyd2015-01-231-4/+117
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-4/+1
* 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-0/+7
* Let TLS policy disable putting the timestamp in the hello random fieldslloyd2014-11-041-0/+8
* No need to pass version by referencelloyd2014-10-311-1/+1
* Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00)lloyd2014-10-311-2/+23
* Verify that the server did not send any extension that the client didn'tlloyd2014-04-111-2/+2
* Move lib into srclloyd2014-01-101-0/+194