aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* typoDr. Stephen Henson2016-05-051-1/+1
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Don't leak EVP_MD_CTX on error pathMatt Caswell2016-04-281-1/+1
* Don't leak memory on error in cms_RecipientInfo_pwri_cryptMatt Caswell2016-04-281-3/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-49/+0
* Make many X509_xxx types opaque.Rich Salz2016-04-151-7/+12
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Fix no-desMatt Caswell2016-03-181-1/+4
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-082-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-053-5/+5
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+5