summaryrefslogtreecommitdiff
path: root/lib/ext/supported_versions.c
Commit message (Expand)AuthorAgeFilesLines
* 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