summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2020-11-18Add some additional test certificates/keysMatt Caswell
2020-11-18Add a test for the various ways of setting temporary DH paramsMatt Caswell
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-11-15test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-12[test/recipes] Split test_fuzz into separate recipesNicola Tuveri
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-11-12apps/passwd: remove the -crypt option.Pauli
2020-11-12rsa_test: add return value checkPauli
2020-11-11test/recipes/30-test_evp_libctx.t: use fips-and-base.cnfRichard Levitte
2020-11-11test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11TEST: Adapt test/endecoder_test.cRichard Levitte
2020-11-1125-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errorsDr. David von Oheimb
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-09Remove test that breaks on AIX.Shane Lontis
2020-11-07test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte
2020-11-07Fix test/recipes/80-test_ca.t to skip_all properly in a subtestRichard Levitte
2020-11-05Update copyright yearMatt Caswell
2020-11-02Add more diagnostics to ossl_shimBenjamin Kaduk
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-11-01test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte
2020-10-30test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-19TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte
2020-10-16TEST: modify tconversion.pl for forensicsRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri