summaryrefslogtreecommitdiff
path: root/lib/sslv2_compat.c
Commit message (Expand)AuthorAgeFilesLines
* handshake: replace RESUME_TRUE and RESUME_FALSE with <stdbool.h>Daiki Ueno2021-02-041-2/+2
* lib/sslv2_compat.c: Check return value of _gnutls_generate_session_id()Tim Rühsen2019-10-131-4/+6
* lib/*: remove unnecessary cast to ssize_ttmp-decr-lenDaiki Ueno2019-09-121-2/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* handshake: do not negotiate TLS1.3 using the legacy version fieldtmp-update-version-numbersNikos Mavrogiannopoulos2018-08-201-2/+8
* handshake: simplified protocol version checking functionsNikos Mavrogiannopoulos2018-08-201-5/+2
* Server hello format follows TLS1.2 formatNikos Mavrogiannopoulos2018-03-081-1/+1
* handshake: split set_client_random to gen and setNikos Mavrogiannopoulos2018-02-191-3/+1
* handshake: only attempt to detect downgrade attacks if TLS1.3 is supportedNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2018-02-191-1/+1
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2018-02-191-1/+3
* handshake: check SCSVs prior to resuming a sessionNikos Mavrogiannopoulos2017-09-071-1/+1
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-5/+3
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-5/+0
* Rework setting next compression methodDmitry Eremin-Solenikov2016-12-141-3/+3
* Allow for conditional compilation of SSL 2.0 client hello supportNikos Mavrogiannopoulos2016-05-201-0/+2
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-141-5/+7
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+254