summaryrefslogtreecommitdiff
path: root/lib/ext/supported_versions.c
Commit message (Expand)AuthorAgeFilesLines
* doc: assorted typo fixesDaiki Ueno2020-09-031-1/+1
* session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-1/+2
* ext/supported_versions: reorder client precedence if necessaryDaiki Ueno2019-09-271-21/+34
* lib/*: remove unnecessary cast to ssize_ttmp-decr-lenDaiki Ueno2019-09-121-3/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* ext/supported_versions: regenerate server randomDaiki Ueno2019-02-221-0/+15
* handshake: do not negotiate TLS1.3 using the legacy version fieldtmp-update-version-numbersNikos Mavrogiannopoulos2018-08-201-1/+1
* handshake: simplified protocol version checking functionsNikos Mavrogiannopoulos2018-08-201-9/+3
* supported_versions: do not parse in server side when TLS1.3 is disabledNikos Mavrogiannopoulos2018-07-071-1/+9
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-3/+2
* ANON,SRP,NULL ciphersuites: when set do not negotiate TLS1.3 or laterNikos Mavrogiannopoulos2018-04-131-2/+20
* supported_versions: cannot be used to negotiate pre-TLS1.3Nikos Mavrogiannopoulos2018-03-231-0/+3
* Hello retry request matches server helloNikos Mavrogiannopoulos2018-03-091-1/+2
* Server hello format follows TLS1.2 formatNikos Mavrogiannopoulos2018-03-081-6/+57
* supported_versions: print the received versionsNikos Mavrogiannopoulos2018-02-191-0/+3
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2018-02-191-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* supported_versions: print negotiated protocolNikos Mavrogiannopoulos2018-02-191-0/+2
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: added support for negotiating version using extensionNikos Mavrogiannopoulos2018-02-191-0/+130