summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2017-02-23Use correct variable in test diagnosticBenjamin Kaduk
2017-02-23Adopt test to changed behaviorBenjamin Kaduk
2017-02-23Tests for SSL early callbackBenjamin Kaduk
2017-02-23Tests for SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-23Add a test case that tests more of the cipher modes.Pauli
2017-02-22Change CA.pl flag from --newprecert to --precertRob Percival
2017-02-22Basic test for "openssl req -precert" via apps/CA.plRob Percival
2017-02-22Correct the no-dh and no-dsa fixRichard Levitte
2017-02-21Add no siglags test for ECDSA certificateDr. Stephen Henson
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-19Internal siphash tests are not run.Todd Short
2017-02-19VMS fix of test/recipes/80-test_ssl_new.tRichard Levitte
2017-02-19Fix no-dh and no-dsaRichard Levitte
2017-02-17test/README: clarify last test number groupAndy Polyakov
2017-02-17add DSA cert testsDr. Stephen Henson
2017-02-17Add DH parameters, DSA cert and keyDr. Stephen Henson
2017-02-17Add DSA support to mkcert.shDr. Stephen Henson
2017-02-17Add and use function test_pem to work out test filenames.Dr. Stephen Henson
2017-02-17Fix test_x509_storeRichard Levitte
2017-02-17Don't use an enum in the return type for a public API functionMatt Caswell
2017-02-17Add some KeyUpdate testsMatt Caswell
2017-02-16Add a test of the X509_STORE / X509_LOOKUP APIRichard Levitte
2017-02-16test/README: clarify test number groupsRichard Levitte
2017-02-16Fix a mem leak in ssl_test_ctx.cMatt Caswell
2017-02-16Add client auth TLS 1.3 certificate selection testsDr. Stephen Henson
2017-02-16Add ECDSA client certificatesDr. Stephen Henson
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell
2017-02-14Update the tls13messages test to add some HRR scenariosMatt Caswell
2017-02-14Update the kex modes tests to check various HRR scenariosMatt Caswell
2017-02-14Update test counting in checkhandshake.pmMatt Caswell
2017-02-14Update the key_share tests for HelloRetryRequestMatt Caswell
2017-02-13Add test to show wrong behavior of ASYNC_WAIT_CTXAndrea Grandi
2017-02-13test_rehash does nothing, have it do somethingRichard Levitte
2017-02-09Add needed module in 25-test_sid.tRichard Levitte
2017-02-08Because our test sid file contains EC, don't try it when configured no-ecRichard Levitte
2017-02-08Fix crash in tls13_encMatt Caswell
2017-02-08update testDr. Stephen Henson
2017-02-08Call EVP_CipherFinal in CCM mode for tests.Dr. Stephen Henson
2017-02-06Rename 90-test_fuzz.t to 99-test_fuzz.t to ensure that it's executed last.Andy Polyakov
2017-02-02Add missing MinProtocol/MaxProtocolDr. Stephen Henson
2017-02-02Add TLS 1.3 certificate selection tests.Dr. Stephen Henson
2017-02-02Test logging TLSv1.3 secrets.Cory Benfield
2017-02-01Add support for parameterized SipHashTodd Short
2017-02-01bntests.txt: add a couple of checks of possibly negative zeroRichard Levitte
2017-02-01bntest: do not stop on first fautl encounteredRichard Levitte
2017-02-01bntest: make sure file_rshift tests BN_rshift1 as well when appropriateRichard Levitte
2017-02-01bntest: make sure that equalBN takes note of negative zeroRichard Levitte
2017-01-30Use PSS for simple test so TLS 1.3 handhake is successful.Dr. Stephen Henson