aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for the key logging callbacks.Cory Benfield2017-01-231-0/+342
* Fix no-tls1_2Richard Levitte2017-01-231-1/+1
* Extend the test_ssl_new renegotiation tests to include client authMatt Caswell2017-01-234-2/+204
* 'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang2017-01-211-1/+3
* Add signing hash testsDr. Stephen Henson2017-01-204-2/+17
* Add options to check TLS signing hashesDr. Stephen Henson2017-01-206-12/+75
* Skip ECDH tests for SSLv3Rich Salz2017-01-181-2/+7
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-181-2/+15
* additional PSS tests for -1 and invalid salt lengthDr. Stephen Henson2017-01-181-0/+26
* Add client cert type testsDr. Stephen Henson2017-01-152-1/+7
* Add certificate selection tests.Dr. Stephen Henson2017-01-153-1/+256
* add ECDSA test server certificateDr. Stephen Henson2017-01-154-2/+22
* Add options to check certificate types.Dr. Stephen Henson2017-01-156-20/+101
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-1/+7
* UI: fix uitest for VMSRichard Levitte2017-01-122-1/+22
* UI: fix uitest for no-ui configurationRichard Levitte2017-01-121-1/+8
* Fix no-dh buildsMatt Caswell2017-01-121-8/+13
* Add a test "uitest"Richard Levitte2017-01-113-20/+124
* Fix no-ec following sigalgs refactorMatt Caswell2017-01-102-3/+9
* Add some signature testsMatt Caswell2017-01-101-0/+139
* Extend ServerKeyExchange parsing to work with a signatureMatt Caswell2017-01-101-0/+1
* Add a sigalg test to check we only allow sigalgs we sentMatt Caswell2017-01-101-3/+25
* Extend PSS signature support to TLSv1.2Matt Caswell2017-01-101-3/+3
* Fix test_sslversions to know that TLSv1.3 sets record version to TLSv1.0Matt Caswell2017-01-101-2/+4
* Add some sig algs testsMatt Caswell2017-01-101-0/+200
* Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell2017-01-101-0/+5
* Fix client application traffic secretMatt Caswell2017-01-101-2/+9
* Make CertificateVerify TLS1.3 awareMatt Caswell2017-01-101-0/+2
* Move extension data into sub-structsRich Salz2017-01-093-11/+9
* Add server temp key type checksDr. Stephen Henson2017-01-082-1/+33
* Add new ssl_test option.Dr. Stephen Henson2017-01-086-0/+57
* add test for invalid key parametersDr. Stephen Henson2017-01-081-1/+17
* add PSS key testsDr. Stephen Henson2017-01-081-0/+86
* Implement TLSv1.3 style CertificateStatusMatt Caswell2017-01-061-4/+2
* Create Certificate messages in TLS1.3 formatMatt Caswell2017-01-062-5/+17
* Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson2017-01-051-15/+36
* Don't run MSBLOB conversion tests when RSA or DSA are disabledRichard Levitte2017-01-041-0/+6
* Don't run OCSP tests when OCSP is disabledRichard Levitte2017-01-041-42/+52
* Don't build OCSP stuff when OCSP is disabledRichard Levitte2017-01-041-0/+6
* Don't test SRP when it's disabledRichard Levitte2017-01-041-12/+17
* Don't run NPN tests when NPN is disabledRichard Levitte2017-01-041-26/+31
* Add RSA decrypt and OAEP tests.Dr. Stephen Henson2017-01-011-0/+25
* evptests.txt is not a shell scriptDr. Stephen Henson2017-01-011-1/+0
* Don't run the sigalgs tests over a TLSv1.3 connectionMatt Caswell2016-12-301-0/+6
* Provide some tests for the sig algs APIMatt Caswell2016-12-302-1/+123
* 70-test_sslvertol.t: skip test 1 and 2 if too few protocols are enabledRichard Levitte2016-12-291-16/+27
* 80-test_ssl_new.t: Make 19-mac-then-encrypt.conf work without TLSv1.2Richard Levitte2016-12-292-1/+9
* 70-test_sslvertol.t: Make sure to check a max TLS version that matches config...Richard Levitte2016-12-291-11/+55
* 70-test_sslmessages.t: Don't check EXT_SIG_ALGS if TLS 1.2 is disabledRichard Levitte2016-12-291-2/+3
* Fix CT test_sslmessages hangsMatt Caswell2016-12-291-2/+4