aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-02-12ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2-198/+967
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell4-57/+95
2021-02-12Deprecate the low level SRP APIsMatt Caswell1-0/+6
2021-02-12test: add import and export key management hooks for the TLS provider.Pauli1-0/+85
2021-02-12test: filter provider honours the no_cache setting.Pauli1-5/+3
2021-02-12test: fix no-cache problem with the quality comparison for KDFs.Pauli1-3/+18
2021-02-12test: add an option to output timing information from tests.Pauli1-0/+1
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb1-1/+0
2021-02-11test: turn off parallel tests in verbose mode.Pauli1-4/+8
2021-02-10Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis1-0/+32
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz1-2/+2
2021-02-09Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard1-0/+73
2021-02-08Enable fipsload test on NonStop x86.Randall S. Becker1-1/+1
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis6-37/+54
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb1-4/+2
2021-02-05Fix the cipher_overhead_testMatt Caswell1-0/+23
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell29-117/+230
2021-02-05TEST: Add an algorithm ID tester for libcrypto vs providerRichard Levitte3-0/+403
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2-3/+80
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard2-1/+9
2021-02-04DH/DHX parameter check using pkeyparamDmitry Belyavskiy20-0/+345
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb1-0/+8
2021-02-04run_tests.pl: Improve diagnostics on the use of HARNESS_JOBSDr. David von Oheimb1-2/+3
2021-02-04test/recipes: split 81_test_cmp_cli.t, add test using -engine loader_atticDr. David von Oheimb31-286/+321
2021-02-02Add a multi-thread test for shared EVP_PKEYsMatt Caswell3-5/+111
2021-02-01Test that EC keys without a public key in them work as expectedMatt Caswell1-36/+197
2021-01-29rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz2-1/+62
2021-01-28EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius1-0/+27
2021-01-28Fix parameter types in sshkdfJuergen Christ1-2/+2
2021-01-28check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb7-10/+123
2021-01-28Update copyright yearRichard Levitte41-41/+41
2021-01-27Fix running mingw dhparam test under wineMatt Caswell1-1/+3
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb7-64/+213
2021-01-26Check that the ecparam and pkeyparam do not mangle the parametersTomas Mraz31-22/+76
2021-01-26ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz1-11/+7
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz1-4/+1
2021-01-26Disable the test-ec completely when building with no-ecTomas Mraz2-131/+110
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis5-68/+39
2021-01-22Fix no-dh and no-dsaMatt Caswell1-5/+5
2021-01-21dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz1-1/+1
2021-01-21Make the smdh.pem test certificate usable with fips providerTomas Mraz2-31/+44
2021-01-21Fixes related to broken DH support in CMSTomas Mraz1-12/+10
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb3-3/+5
2021-01-21Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2-3/+20
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb1-2/+2
2021-01-2080-test_ssl_old.t: Minor corrections: update name of test dir etc.Dr. David von Oheimb1-4/+4
2021-01-2025-test_x509.t: Make test case w.r.t. self-issued cert run also without EC en...Dr. David von Oheimb1-23/+17
2021-01-2025-test_x509.t: Minor update: factor out path for test input filesDr. David von Oheimb1-15/+14
2021-01-2025-test_x509.t: Minor update: do not anymore unlink test output filesDr. David von Oheimb1-3/+3
2021-01-20make various test CA certs RFC 5280 compliant w.r.t. X509 extensionsDr. David von Oheimb42-403/+417