aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_server_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix server use of EC point format extensionJack Lloyd2018-02-131-1/+1
* Add an examine callback alsoJack Lloyd2018-01-271-2/+2
* Add ability for application to control which TLS extensions are usedJack Lloyd2018-01-271-0/+7
* Remove vestigial support for TLS compressionJack Lloyd2018-01-211-2/+2
* Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-041-0/+1
* Make support for certificate status messages optional via policyHarry Reimann2017-12-041-7/+2
* Fix errors caught with tlsfuzzerJack Lloyd2017-11-261-1/+1
* Export tls_messages.h as a public headerRené Korthaus2016-12-231-2/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-16/+16
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-3/+15
* Fix incompatability with (some) common TLS stackJack Lloyd2016-11-161-3/+8
* Maintainer mode fixesJack Lloyd2016-10-171-4/+4
* Support encoding of supported point formats extensionRené Korthaus2016-10-031-1/+7
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-11/+8
|\
| * Removed Handshake_Info class.Matthias Gierlings2016-06-191-4/+6
| * Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-17/+12
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-0/+14
|/
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-1/+1
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-6/+0
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-6/+0
* String comparision fixesDaniel Neus2016-01-041-2/+2
* Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-031-1/+7
* Silence some extra ';' warningsSimon Warta2015-07-221-1/+1
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-6/+6
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-8/+0
* 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-22/+76
* Let TLS policy disable putting the timestamp in the hello random fieldslloyd2014-11-041-1/+1
* Have TLS_Data_Reader decoding errors include the actual msg type namelloyd2014-04-121-1/+1
* Move lib into srclloyd2014-01-101-0/+142