summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-171-1/+2
* Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-162-19/+25
* TEST: Fix test/recipes/15-test_rsa.tRichard Levitte2020-12-151-1/+1
* test: document the random test ordering env variablePauli2020-12-151-0/+20
* test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli2020-12-151-1/+1
* Skip tests depending on deprecated list -*-commands optionsDmitry Belyavskiy2020-12-151-0/+2
* Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis2020-12-143-146/+138
* Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis2020-12-141-0/+66
* Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte2020-12-131-34/+19
* params: add integer conversion test cases.Pauli2020-12-121-3/+11
* Skip cms tests using RC2 if no legacy providerMatt Caswell2020-12-111-0/+2
* Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell2020-12-111-1/+1
* Don't use the legacy provider in test_store if its not availableMatt Caswell2020-12-111-3/+7
* Don't load the legacy provider in test_evp_libctx unnecessarilyMatt Caswell2020-12-111-1/+1
* Don't load the legacy provider if not available in test_enc_moreMatt Caswell2020-12-111-1/+7
* Skip testing ciphers in the legacy provider if no legacyMatt Caswell2020-12-111-2/+6
* Don't load the legacy provider in endecoder_legacy_testMatt Caswell2020-12-111-1/+1
* Don't use legacy provider if not available in test_ssl_oldMatt Caswell2020-12-111-2/+7
* Fix sslapitest.c if built with no-legacyMatt Caswell2020-12-111-1/+10
* Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell2020-12-1112-0/+306
* Add validate method to ECX keymanagerShane Lontis2020-12-111-20/+75
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-1/+1
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-1014-96/+57
* Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell2020-12-091-0/+59
* v3nametest: Make the gennames structure staticTomas Mraz2020-12-091-1/+1
* STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius2020-12-081-0/+28
* Fix a compilation failure with no-tls_1_2Matt Caswell2020-12-081-1/+1
* Fix a test failure with no-tls1_3Matt Caswell2020-12-081-3/+19
* Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell2020-12-082-0/+69
* Add a test for GENERAL_NAME_cmpMatt Caswell2020-12-081-0/+344
* Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis2020-12-071-2/+3
* test/certs/setup.sh: Fix two glitchesDr. David von Oheimb2020-12-041-3/+3
* evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb2020-12-041-1/+1
* endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb2020-12-041-2/+8
* Fix no-dsaMatt Caswell2020-12-041-24/+28
* Fix ecdsa digest setting code to match dsa.Shane Lontis2020-12-041-0/+21
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-033-1/+24
* Add test to demonstrate the app's new engine key loadingRichard Levitte2020-12-021-1/+40
* Fix no-dtlsMatt Caswell2020-12-021-1/+2
* openssl dgst: add option to specify output length for XOFDaiki Ueno2020-12-021-2/+16
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-024-6/+6
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-025-14/+63
* Print random seed on test failure.Pauli2020-12-021-6/+9
* Fix simpledynamic.c - a typo and missed a headerKelvin Lee2020-12-021-1/+2
* TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte2020-12-013-0/+83
* TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte2020-12-014-83/+143
* endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb2020-12-011-1/+4
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-0142-89/+79
* remove obsolete test/drbg_cavs_data.hDr. David von Oheimb2020-12-011-88/+0
* remove obsolete test/drbg_extra_test.hDr. David von Oheimb2020-12-011-188/+0