summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-02-12test: add an option to output timing information from tests.Pauli
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb
2021-02-11test: turn off parallel tests in verbose mode.Pauli
2021-02-10Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz
2021-02-09Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard
2021-02-08Enable fipsload test on NonStop x86.Randall S. Becker
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb
2021-02-05Fix the cipher_overhead_testMatt Caswell
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell
2021-02-05TEST: Add an algorithm ID tester for libcrypto vs providerRichard Levitte
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-02-04DH/DHX parameter check using pkeyparamDmitry Belyavskiy
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb
2021-02-04run_tests.pl: Improve diagnostics on the use of HARNESS_JOBSDr. David von Oheimb
2021-02-04test/recipes: split 81_test_cmp_cli.t, add test using -engine loader_atticDr. David von Oheimb
2021-02-02Add a multi-thread test for shared EVP_PKEYsMatt Caswell
2021-02-01Test that EC keys without a public key in them work as expectedMatt Caswell
2021-01-29rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz
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