summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-12-08Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell
2020-12-08Add a test for GENERAL_NAME_cmpMatt Caswell
2020-12-07Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis
2020-12-04test/certs/setup.sh: Fix two glitchesDr. David von Oheimb
2020-12-04evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb
2020-12-04endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb
2020-12-04Fix no-dsaMatt Caswell
2020-12-04Fix ecdsa digest setting code to match dsa.Shane Lontis
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-12-02Add test to demonstrate the app's new engine key loadingRichard Levitte
2020-12-02Fix no-dtlsMatt Caswell
2020-12-02openssl dgst: add option to specify output length for XOFDaiki Ueno
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-12-02Print random seed on test failure.Pauli
2020-12-02Fix simpledynamic.c - a typo and missed a headerKelvin Lee
2020-12-01TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte
2020-12-01TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte
2020-12-01endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-12-01remove obsolete test/drbg_cavs_data.hDr. David von Oheimb
2020-12-01remove obsolete test/drbg_extra_test.hDr. David von Oheimb
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-29endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb
2020-11-28TEST: Fix path length in test/ossl_store_test.cRichard Levitte
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-27Deprecate more DH functionsMatt Caswell
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell
2020-11-27TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte
2020-11-27Fix no-deprecated configurationShane Lontis
2020-11-26Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz
2020-11-26Update copyright yearMatt Caswell
2020-11-25Fix no-rc2Matt Caswell
2020-11-25re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb
2020-11-25Re-enable testing of ciphersuitesMatt Caswell
2020-11-25Test that OSSL_STORE can load various types of paramsMatt Caswell
2020-11-25Test various deprecated PEM_read_bio_* APIsMatt Caswell
2020-11-24TEST: Make our test data binaryRichard Levitte
2020-11-23Add a test for the dhparam CLI applicationMatt Caswell
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli
2020-11-19Add a test for setting, popping and clearing error marksMatt Caswell
2020-11-19apps/pkcs12: Retain test output filesDavid von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell
2020-11-18Adapt ssltest_old to not use deprecated DH APIsMatt Caswell
2020-11-18Extend the auto DH testing to check DH sizesMatt Caswell