aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_cms.t
Commit message (Expand)AuthorAgeFilesLines
* Restrict digest algorithm used in KDFspohsingwu2024-07-241-5/+5
* Fix test_cms recipeTomas Mraz2024-07-181-1/+1
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-171-0/+47
* Fix error handling in CMS_EncryptedData_encryptBernd Edlinger2024-05-061-0/+7
* Fix no-des failure in test_cmsBernd Edlinger2023-12-191-2/+2
* cms: avoid intermittent test failureJames Muir2023-12-181-4/+54
* cms encrypt, better OBJ_nid2obj() return checkJames Muir2023-10-181-1/+12
* Fix test_cms if DSA is not supportedSteffen Klee2023-09-211-5/+9
* Add test case for #21986Pauli2023-09-081-1/+11
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix failing cms test when no-des is usedBernd Edlinger2023-02-201-1/+1
* Additional testcase for missing return check of BIO_set_md() callsTomas Mraz2023-02-071-2/+10
* Add testcase for missing return check of BIO_set_md() callsTomas Mraz2023-02-071-2/+13
* Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2023-02-071-2/+13
* 80-test_cms.t: Fix rsapssSaltlen check on MinGWTomas Mraz2023-01-041-2/+2
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-041-1/+1
* Add a CMS test for a bad encryption algorithmMatt Caswell2022-12-221-1/+19
* test: add test case for deadlock reported in #19643Pauli2022-12-081-1/+12
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-081-1/+52
* Obtain PSS salt length from providerClemens Lang2022-12-081-0/+76
* test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte2022-11-221-3/+4
* Revert "Skip DES based tests in FIPS mode"Pauli2022-11-101-10/+7
* Skip DES based tests in FIPS modePauli2022-11-021-7/+10
* cms: Create test for for purpose verification in cms applicationLutz Jaenicke2022-08-181-1/+45
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMS sign digestViktor Söderqvist2022-04-021-1/+43
* 80-test_cms.t: Replace use of ee-self-signed.pem by more suitable smrsa1.pemDr. David von Oheimb2021-06-021-92/+82
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-311-1/+3
* apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb2021-05-221-10/+11
* 80-test_cms.t: Disable new tests for binary input in WindowsDr. David von Oheimb2021-05-191-0/+1
* apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb2021-05-191-3/+44
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-1/+1
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-5/+5
* TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte2021-03-031-8/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz2021-01-211-1/+1
* Fixes related to broken DH support in CMSTomas Mraz2021-01-211-12/+10
* Skip cms tests using RC2 if no legacy providerMatt Caswell2020-12-111-0/+2
* Tests for processing zero-length content in SMIME formatDmitry Belyavskiy2020-10-081-0/+17
* Add fips checks for rsa signatures.Shane Lontis2020-09-181-1/+1
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-3/+23
* TEST: Ensure that the base provider i activated when neededRichard Levitte2020-09-031-1/+1
* Apps: change provider_path option to provider-path.Pauli2020-08-181-3/+3
* Change CMS tests to use a library context.Shane Lontis2020-08-091-113/+151
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-23/+114
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix no-desMatt Caswell2020-04-211-2/+2
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-5/+10
* [CMS] Test decryption of a ciphertext encrypted from 1.1.1Nicola Tuveri2020-02-181-1/+19
* TEST: Modify test/recipes/80-test_cms.t to leave artifacts behindRichard Levitte2020-02-181-340/+391