summaryrefslogtreecommitdiff
path: root/crypto/cms/cms_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity Fixes for issue #12531Norman Ashley2020-08-041-2/+2
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-1/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-20/+30
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+1
* Following the license change, modify the boilerplates in crypto/cms/Richard Levitte2018-12-061-1/+1
* Fix spelling errors in CMS.Josh Soref2017-05-271-1/+1
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-2/+2
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-49/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-3/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* New function X509_get0_subject_key_id()Dr. Stephen Henson2015-09-221-6/+8
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+0
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-2/+2
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-2/+2
* free NULL cleanup 8Rich Salz2015-04-301-10/+5
* free NULL cleanupRich Salz2015-03-251-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-512/+483
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+1
* Remove duplicate statement.Dr. Stephen Henson2014-02-151-2/+0
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-1/+60
* update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson2010-03-111-15/+0
* tolerate broken CMS/PKCS7 implementations using signature OID instead of digestDr. Stephen Henson2010-02-021-1/+5
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-4/+1
* New function CMS_add1_crl().Dr. Stephen Henson2008-05-021-0/+9
* Fix typo and add header files to err library.Dr. Stephen Henson2008-04-061-1/+1
* Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson2008-04-061-2/+5
* Various tidies/fixes:Dr. Stephen Henson2008-03-181-0/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-2/+2
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-0/+4
* Initial support for Encrypted Data type generation.Dr. Stephen Henson2008-03-141-0/+1
* Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson2008-03-141-7/+1
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-141-1/+5
* And so it begins...Dr. Stephen Henson2008-03-121-0/+607