summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2020-12-19TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-12-16Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-15TEST: Fix test/recipes/15-test_rsa.tRichard Levitte
2020-12-15test: document the random test ordering env variablePauli
2020-12-15test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli
2020-12-15Skip tests depending on deprecated list -*-commands optionsDmitry Belyavskiy
2020-12-14Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte
2020-12-12params: add integer conversion test cases.Pauli
2020-12-11Skip cms tests using RC2 if no legacy providerMatt Caswell
2020-12-11Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell
2020-12-11Don't use the legacy provider in test_store if its not availableMatt Caswell
2020-12-11Don't load the legacy provider in test_evp_libctx unnecessarilyMatt Caswell
2020-12-11Don't load the legacy provider if not available in test_enc_moreMatt Caswell
2020-12-11Skip testing ciphers in the legacy provider if no legacyMatt Caswell
2020-12-11Don't load the legacy provider in endecoder_legacy_testMatt Caswell
2020-12-11Don't use legacy provider if not available in test_ssl_oldMatt Caswell
2020-12-11Fix sslapitest.c if built with no-legacyMatt Caswell
2020-12-11Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell
2020-12-11Add validate method to ECX keymanagerShane Lontis
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-12-09Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell
2020-12-09v3nametest: Make the gennames structure staticTomas Mraz
2020-12-08STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius
2020-12-08Fix a compilation failure with no-tls_1_2Matt Caswell