summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte2020-11-153-0/+724
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-133-7/+7
* [test/recipes] Split test_fuzz into separate recipesNicola Tuveri2020-11-1215-54/+284
* Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian2020-11-121-0/+38
* apps/passwd: remove the -crypt option.Pauli2020-11-121-7/+1
* rsa_test: add return value checkPauli2020-11-121-11/+13
* test/recipes/30-test_evp_libctx.t: use fips-and-base.cnfRichard Levitte2020-11-111-1/+1
* test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte2020-11-111-2/+11
* test/endecode_test.c: Update to specify output structuresRichard Levitte2020-11-112-85/+75
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-2/+1
* TEST: Adapt test/endecoder_test.cRichard Levitte2020-11-111-0/+2
* 25-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errorsDr. David von Oheimb2020-11-111-2/+6
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-1/+66
* Remove test that breaks on AIX.Shane Lontis2020-11-091-3/+1
* test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte2020-11-071-2/+2
* Fix test/recipes/80-test_ca.t to skip_all properly in a subtestRichard Levitte2020-11-071-9/+11
* Update copyright yearMatt Caswell2020-11-052-2/+2
* Add more diagnostics to ossl_shimBenjamin Kaduk2020-11-021-0/+5
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-023-52/+166
* test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte2020-11-011-0/+1
* test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte2020-10-301-15/+5
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-2/+2
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-1/+1
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-4/+5
* TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte2020-10-191-0/+6
* TEST: modify tconversion.pl for forensicsRichard Levitte2020-10-169-47/+88