summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-01-28EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius
2021-01-28Fix parameter types in sshkdfJuergen Christ
2021-01-28check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-27Fix running mingw dhparam test under wineMatt Caswell
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-26Check that the ecparam and pkeyparam do not mangle the parametersTomas Mraz
2021-01-26ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Disable the test-ec completely when building with no-ecTomas Mraz
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-22Fix no-dh and no-dsaMatt Caswell
2021-01-21dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz
2021-01-21Make the smdh.pem test certificate usable with fips providerTomas Mraz
2021-01-21Fixes related to broken DH support in CMSTomas Mraz
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb
2021-01-21Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb
2021-01-2080-test_ssl_old.t: Minor corrections: update name of test dir etc.Dr. David von Oheimb
2021-01-2025-test_x509.t: Make test case w.r.t. self-issued cert run also without EC en...Dr. David von Oheimb
2021-01-2025-test_x509.t: Minor update: factor out path for test input filesDr. David von Oheimb
2021-01-2025-test_x509.t: Minor update: do not anymore unlink test output filesDr. David von Oheimb
2021-01-20make various test CA certs RFC 5280 compliant w.r.t. X509 extensionsDr. David von Oheimb
2021-01-20test-gendsa: Add test cases with FIPS providerJon Spillett
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
2021-01-15Fix incomplete deprecation guard in test/sslapitest.cRichard Levitte
2021-01-15Remove unused DRBG tests.Pauli
2021-01-14Extend the threads test to add simple fetch from multi threadsMatt Caswell
2021-01-14Add a test for performing work in multiple concurrent threadsMatt Caswell
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz
2021-01-13apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13Add tests for (non-)default SKID and AKID inclusion by apps/{req,x509,ca}.cDr. David von Oheimb
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-13x509_vfy.c: Fix a regression in find_issuer()Dr. David von Oheimb
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2021-01-11APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb
2021-01-09Fix simpledynamic test compilation when condigured without DSO support.Romain Geissler
2021-01-08[test][pkey_check] Add more invalid SM2 key testsNicola Tuveri
2021-01-08[test][pkey_check] Add invalid SM2 key testNicola Tuveri
2021-01-08[test] Add `pkey -check` validation testsNicola Tuveri
2021-01-08Adding TLS group name retrievalMichael Baentsch
2021-01-07Update copyright yearMatt Caswell
2021-01-0528-seclevel.cnf.in: fix typo in algo nameEtienne Millon
2020-12-31Add a test for the new CRYPTO_atomic_* functionsMatt Caswell
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-19Fix 'no-deprecated'Richard Levitte