summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-05-1524-24/+24
* test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte2020-05-141-0/+4
* test/recipes/15-test_rsapss.t: Add test with unrestricted signatureRichard Levitte2020-05-141-8/+26
* test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related testsRichard Levitte2020-05-141-4/+1
* test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte2020-05-141-6/+7
* test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte2020-05-141-0/+22
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-134-5/+5
* Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb2020-05-132-0/+49
* Fix PEM certificate loading that sometimes failsMaximilian Blenk2020-05-084-0/+17
* Fix issues reported by markdownlintRich Salz2020-05-081-57/+40
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-7/+27
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-071-0/+13
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-0/+5
* Extend test_ssl_get_shared_ciphersMatt Caswell2020-05-061-3/+55
* Centralise Environment Variables for the testsMatt Caswell2020-05-0617-30/+13
* Fix aix compile error in cmp_ctx_test.cShane Lontis2020-05-051-8/+16
* Add some tests for the newly added raw private/public key functionsMatt Caswell2020-05-041-11/+42
* WPACKET: don't write DER length when we don't want toRichard Levitte2020-05-041-0/+9
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+31
* Add test for SSL_new_session_ticket()Benjamin Kaduk2020-05-021-0/+143
* Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold2020-05-011-0/+20
* coverity 1462562 Dereference before null checkPauli2020-04-301-4/+2
* coverity 1462577: Incorrect expressionPauli2020-04-301-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-2916-16/+16
* Update README.ssltests.mdMatt Caswell2020-04-281-3/+4
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-285-14/+14
* sslapitest: only compile test when it will be usedBenjamin Kaduk2020-04-281-1/+1
* Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik2020-04-252-1/+53
* params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli2020-04-251-1/+33
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-4/+4
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-2428-0/+70
* Rename fipsinstall.cnf->fipsmodule.cnfRich Salz2020-04-244-4/+4
* Update some nits around the FIPS moduleRich Salz2020-04-244-4/+4
* Update copyright yearMatt Caswell2020-04-23161-161/+161
* Skip a no-dsa test in the fipsinstall testMatt Caswell2020-04-221-7/+11
* Skip a test in a no-dh buildMatt Caswell2020-04-221-7/+12
* Fix no-ecMatt Caswell2020-04-221-2/+2
* evptest: set the DESX provider to be the legacy provider.Pauli2020-04-221-1/+1
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-222-4/+7
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-222-79/+74
* Fix no-deprecated tests where the GOST engine is presentMatt Caswell2020-04-211-0/+3
* Fix no-desMatt Caswell2020-04-211-2/+2
* Fix an ssl_test_old test failureMatt Caswell2020-04-211-0/+3
* Revert "TEST: make and use a fipsinstall script"Richard Levitte2020-04-214-56/+19
* Add test for CVE-2020-1967Benjamin Kaduk2020-04-211-2/+64
* Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONDr. David von Oheimb2020-04-211-0/+16
* Teach ssl_test_old to use the FIPS provider for its testsMatt Caswell2020-04-202-13/+48
* Teach ssl_test_old how to run tests in a non-default library contextMatt Caswell2020-04-201-3/+29
* Teach ssl_test_new how to test the FIPS moduleMatt Caswell2020-04-2017-936/+1088
* Teach ssl_test_new to have different tests for different loaded providersMatt Caswell2020-04-205-498/+516