summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-29test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte
2017-01-28Add a couple of test to check CRL fingerprintRichard Levitte
2017-01-26Avoid over-long strings. Fix a mem leak.Rich Salz
2017-01-26Add server signature algorithm bug test.Dr. Stephen Henson
2017-01-26test/bntest.c: regression test for carry bug in bn_sqr8x_internal.Andy Polyakov
2017-01-25Limit the length of the encrypted premaster key.Cory Benfield
2017-01-25Fix small typoRichard Levitte
2017-01-25Adjust in and in_len instead of donelenMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Update evp_test to make sure passing partial block to "Update" is okMatt Caswell
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-23Add tests for the key logging callbacks.Cory Benfield
2017-01-23Fix no-tls1_2Richard Levitte
2017-01-23Extend the test_ssl_new renegotiation tests to include client authMatt Caswell
2017-01-21'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang
2017-01-20Add signing hash testsDr. Stephen Henson
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson
2017-01-18Skip ECDH tests for SSLv3Rich Salz
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18additional PSS tests for -1 and invalid salt lengthDr. Stephen Henson
2017-01-15Add client cert type testsDr. Stephen Henson
2017-01-15Add certificate selection tests.Dr. Stephen Henson
2017-01-15add ECDSA test server certificateDr. Stephen Henson
2017-01-15Add options to check certificate types.Dr. Stephen Henson
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-12UI: fix uitest for VMSRichard Levitte
2017-01-12UI: fix uitest for no-ui configurationRichard Levitte
2017-01-12Fix no-dh buildsMatt Caswell
2017-01-11Add a test "uitest"Richard Levitte
2017-01-10Fix no-ec following sigalgs refactorMatt Caswell
2017-01-10Add some signature testsMatt Caswell
2017-01-10Extend ServerKeyExchange parsing to work with a signatureMatt Caswell
2017-01-10Add a sigalg test to check we only allow sigalgs we sentMatt Caswell
2017-01-10Extend PSS signature support to TLSv1.2Matt Caswell
2017-01-10Fix test_sslversions to know that TLSv1.3 sets record version to TLSv1.0Matt Caswell
2017-01-10Add some sig algs testsMatt Caswell
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Fix client application traffic secretMatt Caswell
2017-01-10Make CertificateVerify TLS1.3 awareMatt Caswell
2017-01-09Move extension data into sub-structsRich Salz
2017-01-08Add server temp key type checksDr. Stephen Henson
2017-01-08Add new ssl_test option.Dr. Stephen Henson
2017-01-08add test for invalid key parametersDr. Stephen Henson
2017-01-08add PSS key testsDr. Stephen Henson
2017-01-06Implement TLSv1.3 style CertificateStatusMatt Caswell
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2017-01-05Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson