summaryrefslogtreecommitdiff
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-035-45/+236
* Don't use the low level AES key wrap APIs in CMSMatt Caswell2020-01-061-22/+59
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-097-40/+53
* Fix a bundle of mischecks of return valuesPaul Yang2019-09-301-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2814-13/+13
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-286-11/+11
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger2019-09-103-1/+23
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+24
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-312-9/+10
* Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre2019-07-241-3/+0
* Regenerate mkerr filesRich Salz2019-07-161-149/+1
* Add the content type attribute to additional CMS signerinfo.Shane Lontis2019-06-034-7/+170
* CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY2019-05-291-9/+8
* Change arg to cms_CompressedData_init_bio to be constMatt Caswell2019-03-081-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-068-16/+18
* Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez2019-02-131-1/+4
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-273-2/+96
* Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi2018-12-131-0/+1
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-0615-15/+15
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-7/+0
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-1/+1
* Update copyright yearMatt Caswell2018-05-292-2/+2
* Fix a mem leak in CMSMatt Caswell2018-05-082-0/+2
* Update copyright yearRichard Levitte2018-04-172-2/+2
* Set error code on alloc failuresRich Salz2018-04-033-5/+10
* Check for malloc failureRich Salz2017-11-271-2/+4
* Code hygiene; initialize some pointers.Mouse2017-10-161-1/+1
* Support CMS decrypt without a certificate for all key typesDr. Stephen Henson2017-08-081-6/+4
* make error tables const and separate header fileRich Salz2017-06-071-198/+231
* Fix spelling errors in CMS.Josh Soref2017-05-273-5/+5
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-13/+13
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-26/+26
* Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson2017-01-081-0/+1
* Fix enable-zlibMatt Caswell2016-08-221-1/+1
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-172-3/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-4/+4
* Constify CMS_decrypt_set1_key input bufferFdaSilvaYY2016-07-251-1/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-182-2/+0
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* GH1141: Different fix, preferred by Richard.Rich Salz2016-06-131-2/+2
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* Remove unused error/function codes.Rich Salz2016-05-231-7/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1714-686/+70