summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb2021-01-111-2/+8
* Fix simpledynamic test compilation when condigured without DSO support.Romain Geissler2021-01-081-0/+2
* [test][pkey_check] Add more invalid SM2 key testsNicola Tuveri2021-01-084-1/+11
* [test][pkey_check] Add invalid SM2 key testNicola Tuveri2021-01-082-0/+9
* [test] Add `pkey -check` validation testsNicola Tuveri2021-01-083-0/+62
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+23
* Update copyright yearMatt Caswell2021-01-071-1/+1
* 28-seclevel.cnf.in: fix typo in algo nameEtienne Millon2021-01-051-2/+2
* Add a test for the new CRYPTO_atomic_* functionsMatt Caswell2020-12-311-0/+76
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-207-46/+7
* Fix 'no-deprecated'Richard Levitte2020-12-191-40/+29
* TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte2020-12-191-19/+30
* 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-031-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