aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_policy.h
Commit message (Expand)AuthorAgeFilesLines
* Add allowed values for allowed groupsRené Korthaus2017-10-181-3/+13
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-0/+18
* Make kv in TLS_Text_Policy private, add protected setterJack Lloyd2017-10-021-0/+3
* Apply final annotations to the library alsoJack Lloyd2017-09-221-4/+4
* De-inline TLS::Text_PolicyJack Lloyd2017-09-211-122/+42
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* More annotationsJack Lloyd2017-09-191-1/+1
* Add API stability annotations.Jack Lloyd2017-09-191-5/+5
* Merge GH #872 Add ability for TLS servers to prohibit renegotiationJack Lloyd2017-09-191-1/+8
|\
| * Fix logic of renegotiation checkJack Lloyd2017-02-201-0/+2
| * Add TLS::Policy::allow_client_initiated_renegotiationJack Lloyd2017-02-191-1/+6
* | Enforce signature hash policy properlyJack Lloyd2017-08-311-0/+1
* | Fix various MSVC warningsJack Lloyd2017-08-311-2/+2
* | Make it easier to customize Text_Policy when inheriting from itlouiz’2017-04-271-1/+1
* | Add some missing function overrides in TLS::Text_Policylouiz’2017-04-251-0/+12
* | Content:Tomasz Frydrych2017-04-031-15/+15
|/
* Increase default TLS DH min to 2048 bits, and add BSI policy class.Jack Lloyd2016-12-301-0/+55
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Add TLS::Policy::require_cert_revocation_infoJack Lloyd2016-11-281-0/+7
* Add TLS::Policy::to_stringJack Lloyd2016-11-261-0/+6
* Add minimum_signature_strenght to Text_PolicyJack Lloyd2016-11-251-2/+7
* Add TLS::Policy::minimum_signature_strengthJack Lloyd2016-11-251-0/+9
* Change TLS default policy to disable DSA, CCM-8, and static RSAJack Lloyd2016-11-021-3/+9
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+2
* Improve tls doxygen [ci skip]René Korthaus2016-10-191-0/+13
* Support encoding of supported point formats extensionRené Korthaus2016-10-031-0/+8
* Address some issues with PR 492Jack Lloyd2016-08-131-1/+36
* Merge branch 'master' into Encrypt-then-MAC-with-policyJuraj Somorovsky2016-05-121-1/+1
|\
| * Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-1/+1
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-0/+9
* | TLS Policy supportChristian Mainka2016-05-031-8/+71
|/
* 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