aboutsummaryrefslogtreecommitdiff
path: root/test/cmsapitest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina1-2/+2
2023-02-24CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb1-0/+14
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz1-2/+0
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala1-4/+50
2022-07-16cmsapitest.c: add test case for CMS_EnvelopedData_decrypt()Dr. David von Oheimb1-1/+9
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb1-4/+9
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21Clear incorrectly reported errors in cms_io.Daniel Fiala1-2/+28
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis1-1/+211
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka1-3/+26
2020-04-29Amend references to "OpenSSL license"Shourya Shukla1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+11
2018-05-08Add a CMS API testMatt Caswell1-0/+93