aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/certs/setup.sh: Fix two glitchesDr. David von Oheimb2020-12-041-3/+3
* evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb2020-12-041-1/+1
* endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb2020-12-041-2/+8
* Fix no-dsaMatt Caswell2020-12-041-24/+28
* Fix ecdsa digest setting code to match dsa.Shane Lontis2020-12-041-0/+21
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-033-1/+24
* Add test to demonstrate the app's new engine key loadingRichard Levitte2020-12-021-1/+40
* Fix no-dtlsMatt Caswell2020-12-021-1/+2
* openssl dgst: add option to specify output length for XOFDaiki Ueno2020-12-021-2/+16
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-024-6/+6
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-025-14/+63
* Print random seed on test failure.Pauli2020-12-021-6/+9
* Fix simpledynamic.c - a typo and missed a headerKelvin Lee2020-12-021-1/+2
* TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte2020-12-013-0/+83
* TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte2020-12-014-83/+143
* endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb2020-12-011-1/+4
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-0142-89/+79
* remove obsolete test/drbg_cavs_data.hDr. David von Oheimb2020-12-011-88/+0
* remove obsolete test/drbg_extra_test.hDr. David von Oheimb2020-12-011-188/+0
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-0/+8
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-302-5/+9
* endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb2020-11-296-169/+242
* TEST: Fix path length in test/ossl_store_test.cRichard Levitte2020-11-281-1/+10
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-271-14/+4
* Deprecate more DH functionsMatt Caswell2020-11-271-0/+6
* Don't test a deprecated function in a no-deprecated buildMatt Caswell2020-11-271-2/+2
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-273-7/+11
* TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte2020-11-271-9/+26
* Fix no-deprecated configurationShane Lontis2020-11-271-2/+2
* Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz2020-11-261-0/+46
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Fix no-rc2Matt Caswell2020-11-251-8/+12
* re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb2020-11-251-0/+0
* Re-enable testing of ciphersuitesMatt Caswell2020-11-253-80/+107
* Test that OSSL_STORE can load various types of paramsMatt Caswell2020-11-255-2/+123
* Test various deprecated PEM_read_bio_* APIsMatt Caswell2020-11-2510-1/+349
* TEST: Make our test data binaryRichard Levitte2020-11-244-6/+6
* Add a test for the dhparam CLI applicationMatt Caswell2020-11-239-0/+194
* Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis2020-11-202-2/+18
* test RNG: set state to uninitialised as part of uninstantiate call.Pauli2020-11-201-1/+1
* test: changes resulting from moving the entropy source out of the FIPS providerPauli2020-11-201-1/+1
* Add a test for setting, popping and clearing error marksMatt Caswell2020-11-191-0/+119
* apps/pkcs12: Retain test output filesDavid von Oheimb2020-11-191-9/+9
* Deprecate RSA harderRichard Levitte2020-11-184-35/+57
* Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell2020-11-182-0/+2
* Adapt ssltest_old to not use deprecated DH APIsMatt Caswell2020-11-181-91/+67
* Extend the auto DH testing to check DH sizesMatt Caswell2020-11-181-0/+157
* Add some additional test certificates/keysMatt Caswell2020-11-189-0/+318
* Add a test for the various ways of setting temporary DH paramsMatt Caswell2020-11-184-6/+206
* Fix dsa securitycheck for fips.Shane Lontis2020-11-162-9/+7