summaryrefslogtreecommitdiff
path: root/tests/tls13-cert-key-exchange.c
Commit message (Expand)AuthorAgeFilesLines
* cert auth: reject auth if no signature algorithm is usable in TLS 1.3Daiki Ueno2019-04-041-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* raw public keys: apply the key usage bits the same way as X.509Nikos Mavrogiannopoulos2019-02-061-0/+18
* Fallback to TLS 1.2 when incompatible with signature certs are providedNikos Mavrogiannopoulos2019-02-061-1/+6
* Enforce the certificate key usage restrictions on all casesNikos Mavrogiannopoulos2019-02-061-0/+20
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-42/+55
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-071-1/+1
* sign_supports_cert_pk_algorithm: corrected check for RSAE-PSSNikos Mavrogiannopoulos2018-07-021-0/+5
* ANON,SRP,NULL ciphersuites: when set do not negotiate TLS1.3 or laterNikos Mavrogiannopoulos2018-04-131-2/+7
* tests: added negative tests for RSA-PSS key exchangeNikos Mavrogiannopoulos2018-03-091-1/+19
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-091-8/+8
* tests: added unit tests for client certificate under TLS1.3Nikos Mavrogiannopoulos2018-02-191-0/+10
* tests: added unit test for hello retry request supportNikos Mavrogiannopoulos2018-02-191-16/+31
* tests: introduced basic TLS1.3 key exchange test suiteNikos Mavrogiannopoulos2018-02-191-0/+76