summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb2023-10-171-1/+3
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-221-0/+2
* CMS sign digestViktor Söderqvist2022-04-021-1/+3
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-2/+0
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-0/+12
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-0/+3
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-0/+4
* CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-101-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-149/+1
* Add the content type attribute to additional CMS signerinfo.Shane Lontis2019-06-031-1/+4
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-0/+4
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-1/+4
* make error tables const and separate header fileRich Salz2017-06-071-198/+231
* Fix spelling errors in CMS.Josh Soref2017-05-271-3/+3
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-7/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rebuild error source files.Dr. Stephen Henson2015-11-051-18/+18
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-182/+235
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-1/+9
* CMS public key parameter support.Dr. Stephen Henson2013-06-211-0/+2
* Add function CMS_RecipientInfo_encryptDr. Stephen Henson2013-02-261-1/+2
* Experimental CMS password based recipient Info support.Dr. Stephen Henson2009-11-261-2/+11
* Fix typo and add header files to err library.Dr. Stephen Henson2008-04-061-12/+12
* Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson2008-04-061-1/+3
* Signed receipt generation code.Dr. Stephen Henson2008-03-281-0/+4
* Support for verification of signed receipts.Dr. Stephen Henson2008-03-281-1/+15
* Add support for signed receipt request printout and generation.Dr. Stephen Henson2008-03-261-1/+2
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-261-0/+1
* Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson2008-03-191-0/+1
* Rebuild CMS error codes.Dr. Stephen Henson2008-03-191-13/+2
* Add support for KEK decrypt in cms utility.Dr. Stephen Henson2008-03-191-2/+8
* More support for KEK RecipientInfo.Dr. Stephen Henson2008-03-181-0/+10
* Partial support for KEKRecipientInfo type.Dr. Stephen Henson2008-03-171-0/+4
* Preliminary support for enveloped data content type creation.Dr. Stephen Henson2008-03-171-1/+8
* Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson2008-03-161-0/+1
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-161-3/+9
* Return error if no cipher set for encrypted data type.Dr. Stephen Henson2008-03-151-0/+2
* Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson2008-03-141-0/+9
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-141-0/+3
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-141-0/+6
* And so it begins...Dr. Stephen Henson2008-03-121-0/+170