aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* Fix TLS signature algorithm intoleranceJack Lloyd2018-10-161-12/+12
* Export TLS::ExtensionJack Lloyd2018-03-311-1/+1
* Remove cruftJack Lloyd2018-02-131-5/+0
* Use enums for TLS key exchange group paramsJack Lloyd2018-02-131-14/+12
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-20/+7
* Fix a few warningsJack Lloyd2018-01-271-2/+2
* Make it possible to test custom extensionsJack Lloyd2018-01-271-7/+34
* Add ability for application to control which TLS extensions are usedJack Lloyd2018-01-271-0/+7
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-6/+14
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Content:Tomasz Frydrych2017-04-031-8/+8
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-46/+46
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-4/+32
* Fix incompatability with (some) common TLS stackJack Lloyd2016-11-161-1/+2
* Support encoding of supported point formats extensionRené Korthaus2016-10-031-0/+32
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-1/+1
* TLS Server should respect client signature_algorithms. Stricter TLS hello dec...Jack Lloyd2016-09-211-4/+5
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-1/+1
|\
| * Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-1/+1
* | Address some issues with PR 492Jack Lloyd2016-08-131-0/+1
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-0/+21
|/
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-11/+11
* Make SRP6 support optional in TLSJack Lloyd2016-02-071-0/+2
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-33/+1
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-26/+0
* Add final attribute to many classesJack Lloyd2016-01-101-11/+11
* Mass-prefix member vars with m_René Korthaus2016-01-081-15/+15
* String comparision fixesDaniel Neus2016-01-041-2/+2
* Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-031-1/+23
* tls: Add missing overridesDaniel Seither2015-07-301-30/+30
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-20/+15
* 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/+27
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-0/+6
* Verify that the server did not send any extension that the client didn'tlloyd2014-04-111-0/+3
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+397