summaryrefslogtreecommitdiff
path: root/test/cmsapitest.c
Commit message (Expand)AuthorAgeFilesLines
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-241-0/+14
* tests: clear error queue before executing a testcaseTomas Mraz2022-10-271-2/+0
* Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala2022-09-231-4/+50
* cmsapitest.c: add test case for CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-07-161-1/+9
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-161-4/+9
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Clear incorrectly reported errors in cms_io.Daniel Fiala2022-04-211-2/+28
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-181-1/+211
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-3/+26
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+11
* Add a CMS API testMatt Caswell2018-05-081-0/+93