aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_server_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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