aboutsummaryrefslogtreecommitdiff
path: root/test/ssl-tests
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Test mte with stitched ciphersuites in TLSv1.0Matt Caswell2-1/+136
2020-06-27Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx11-1801/+1845
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell2-4/+0
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz2-1/+52
2020-05-14test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related testsRichard Levitte1-4/+1
2020-04-29Amend references to "OpenSSL license"Shourya Shukla1-1/+1
2020-04-23Update copyright yearMatt Caswell29-29/+29
2020-04-20Teach ssl_test_new how to test the FIPS moduleMatt Caswell14-922/+1042
2020-04-20Teach ssl_test_new to have different tests for different loaded providersMatt Caswell2-483/+484
2020-03-06Use .cnf for config files, not .confRich Salz60-1/+1
2020-02-11Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx2-32/+105
2020-02-11Generate new Ed488 certificatesKurt Roeckx4-9/+12
2019-08-09Add TLS tests for RSA-PSS Restricted certificatesMatt Caswell2-262/+464
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell1-1/+1
2019-02-15Add option to disable Extended Master SecretTodd Short3-0/+325
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