summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
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