aboutsummaryrefslogtreecommitdiff
path: root/test/ssl-tests
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen2-0/+183
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte27-27/+27
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-11-14Fix no-ec and no-tls1_2Matt Caswell2-35/+45
2018-11-12Test use of a brainpool ECDSA certificateMatt Caswell2-397/+495
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz2-0/+150
2018-09-04Add a test for RSA key exchange with both RSA and RSA-PSS certsMatt Caswell2-226/+309
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell2-14/+35
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell4-4/+6
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell3-0/+41
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell2-2/+10
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell2-397/+506
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2-0/+4
2018-03-12Session Ticket app dataTodd Short2-0/+245
2018-03-05Update tests for TLS Ed448Matt Caswell4-390/+775
2018-02-07Enable TLSv1.3 by defaultMatt Caswell4-439/+2231
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short2-0/+769
2018-01-25Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk2-73/+121
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-02Fix minor 'the the' typosDaniel Bevenius1-1/+1
2017-12-11Fix no-chachaMatt Caswell1-1/+1
2017-12-11Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell2-9/+14
2017-12-11Replace tabs with spaces in 25-cipher.conf.inMatt Caswell1-51/+51
2017-12-11Fix no-tls1_1Matt Caswell2-62/+67
2017-11-30Use ChaCha only if prioritized by clntTodd Short2-0/+395
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY2-3/+258
2017-10-04Session resume broken switching contextsTodd Short2-2/+20
2017-09-20Add RSA-PSS certificate type TLS testsDr. Stephen Henson2-128/+356
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2-51/+51
2017-07-13Add additional ECDSA/Ed25519 selection tests.Dr. Stephen Henson2-108/+224
2017-06-24Fix no-dsa buildBenjamin Kaduk1-12/+12
2017-06-21Update test config fileDr. Stephen Henson1-109/+190
2017-06-21Add Ed25519 TLS 1.3 and 1.2 testsDr. Stephen Henson1-1/+70
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short2-1/+175
2017-05-02TLS1.3 PaddingTodd Short2-0/+59
2017-04-26Add tests for version/ciphersuite sanity checksMatt Caswell1-0/+31
2017-04-26Add a ciphersuite config sanity check for serversMatt Caswell2-75/+83
2017-04-26Add a ciphersuite config sanity check for clientsMatt Caswell8-13/+49
2017-04-25Fix issue in 18-dtls-renegotiate.conf.inMatt Caswell2-1/+10
2017-04-25Add SCTP testing for 04-client_auth.confMatt Caswell1-124/+140
2017-04-25Add SCTP testing for 11-dtls_resumption.confMatt Caswell1-40/+45
2017-04-25Add SCTP testing to 07-dtls-protocol-version.confMatt Caswell1-25/+29
2017-04-25Add SCTP testing to 18-dtls-renegotiate.confMatt Caswell1-144/+162
2017-04-25Add SCTP testing to 16-dtls-certstatus.confMatt Caswell1-1/+34
2017-04-25Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell2-107/+105
2017-04-12Add SSL tests for certificates with embedded SCTsRob Percival2-68/+163
2017-04-03Add certificate_authorities tests client to server.Dr. Stephen Henson2-1/+9
2017-03-21Add a test for resumption after HRRMatt Caswell1-1/+20
2017-03-16Add Client CA names testsDr. Stephen Henson3-235/+498