summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-05-01Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold
2020-04-30coverity 1462562 Dereference before null checkPauli
2020-04-30coverity 1462577: Incorrect expressionPauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Update README.ssltests.mdMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-27sslapitest: only compile test when it will be usedBenjamin Kaduk
2020-04-25Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-24Rename fipsinstall.cnf->fipsmodule.cnfRich Salz
2020-04-24Update some nits around the FIPS moduleRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-22Skip a no-dsa test in the fipsinstall testMatt Caswell
2020-04-22Skip a test in a no-dh buildMatt Caswell
2020-04-22Fix no-ecMatt Caswell
2020-04-22evptest: set the DESX provider to be the legacy provider.Pauli
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-21Fix no-deprecated tests where the GOST engine is presentMatt Caswell
2020-04-21Fix no-desMatt Caswell
2020-04-21Fix an ssl_test_old test failureMatt Caswell
2020-04-21Revert "TEST: make and use a fipsinstall script"Richard Levitte
2020-04-21Add test for CVE-2020-1967Benjamin Kaduk
2020-04-21Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONDr. David von Oheimb
2020-04-20Teach ssl_test_old to use the FIPS provider for its testsMatt Caswell
2020-04-20Teach ssl_test_old how to run tests in a non-default library contextMatt Caswell
2020-04-20Teach ssl_test_new how to test the FIPS moduleMatt Caswell
2020-04-20Teach ssl_test_new to have different tests for different loaded providersMatt Caswell
2020-04-20Run ssl_test_new with a non-default library contextMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-19TEST: make and use a fipsinstall scriptRichard Levitte
2020-04-19Re-enable FIPS testing in sslapitest.cMatt Caswell
2020-04-19Use a non-default libctx in sslapitestMatt Caswell
2020-04-19tests: reinstate tests for deprecated but non-removed functionalityPauli
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb
2020-04-17TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-11Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer
2020-04-09Fix krb5 external testBenjamin Kaduk
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-04-06Add test cases for the non CA certificate with pathlen:0Tomas Mraz
2020-04-04Add a WPACKET test for the new DER capabilityMatt Caswell
2020-04-03Add data driven SELF TEST code for signatures and key agreementShane Lontis
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb