summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
2017-03-21Adapt 80-test_ssl_old.t to use statusvarRichard Levitte
2017-03-21Rework how protocol specific ciphers in 80-test_ssl_old.t are picked outRichard Levitte
2017-03-20Fix a few internals testsRichard Levitte
2017-03-20Improve testing of elliptic curve validationRichard Levitte
2017-03-20Improve testing of elliptic curve validationJoseph Birr-Pixton
2017-03-16Add unit tests for the lhash functionality.Pauli
2017-03-16Add tests for the padding extensionMatt Caswell
2017-03-16Add some HRR testsMatt Caswell
2017-03-16Add some more PSK testsMatt Caswell
2017-03-16Rename the test_stack recipe file name to be consistent with the rest of thePauli
2017-03-15Unit tests for crypto/stack.Pauli
2017-03-15test/recipes/03-test_internal_*: call setup() first.Andy Polyakov
2017-03-15Add Python Cryptography.io external test suiteJon Spillett
2017-03-14Add test for -nameout outputRich Salz
2017-03-14Rather use -out parameter than redirect stdoutRichard Levitte
2017-03-14Port remaining old DTLS testsEmilia Kasper
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper
2017-03-13Added a test case for RSA_padding_add_PKCS1_PSS_mgf1.Bernd Edlinger
2017-03-10Encourage having external tests in multiple test recipesRichard Levitte
2017-03-10Split test/recipes/03_test_internal.t into individual testsRichard Levitte
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli
2017-03-07Fix the number of tests to skip if TLSv1.3 is disabledMatt Caswell
2017-03-07Add a test for records not on the record boundaryMatt Caswell
2017-03-07test: add chacha_internal_test.Andy Polyakov
2017-03-06Add a test to check that we correctly handle record overflowsMatt Caswell
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-06Fix no-ecMatt Caswell
2017-03-06Fix a test failure with no-tls1_1Matt Caswell
2017-03-04Add a test for TLSv1.3 cookiesMatt Caswell
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-02-precert doesn't work when configured no-ct, don't try to test it thenRichard Levitte
2017-03-02Fix the skip numbers in 80-test_ca.tRichard Levitte
2017-03-02Add compression testsMatt Caswell
2017-02-28Add AGL's "beer mug" PEM file as another test inputBenjamin Kaduk
2017-02-28Add test corpus for PEM readingBenjamin Kaduk
2017-02-28Exdata test was never enabled.Rich Salz
2017-02-28Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2Matt Caswell
2017-02-28Revert rc4test removal, it performs additional tests not in evptests.txtDr. Stephen Henson
2017-02-28Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2Dr. Stephen Henson
2017-02-28Remove wp_test.c: exactly the same tests are in evptests.txtDr. Stephen Henson
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper
2017-02-23Adopt test to changed behaviorBenjamin 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-19Internal siphash tests are not run.Todd Short