summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov
2020-04-01Extend the sslprovider_test to be able to additionally test FIPSMatt Caswell
2020-04-01Make sure we always use the correct libctx in sslprovidertest.cMatt Caswell
2020-04-01[test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-30Add test for providers exposing OSSL_FUNC_PROVIDER_GET_REASON_STRINGSNicola Tuveri
2020-03-30Describe the "want" parameter in int create_bare_ssl_connection()Matt Caswell
2020-03-30Display errors if a test TLS connection failsMatt Caswell
2020-03-28Param builder: Remove the static size limit.Pauli
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli