summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-05-15Update copyright yearMatt Caswell
2020-05-14test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte
2020-05-14test/recipes/15-test_rsapss.t: Add test with unrestricted signatureRichard Levitte
2020-05-14test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related testsRichard Levitte
2020-05-14test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte
2020-05-14test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2020-05-08Fix issues reported by markdownlintRich Salz
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-06Extend test_ssl_get_shared_ciphersMatt Caswell
2020-05-06Centralise Environment Variables for the testsMatt Caswell
2020-05-05Fix aix compile error in cmp_ctx_test.cShane Lontis
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-05-01Add test for SSL_new_session_ticket()Benjamin Kaduk
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