summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-32/+27
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+11
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-13/+2
* Add libctx support to PKCS7.Shane Lontis2020-08-091-0/+69
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* 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/pkcs7/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Remove redundant ASN1_INTEGER_set callEric Brown2018-09-021-1/+0
* Remove parentheses of return.KaoruToda2017-10-181-17/+17
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-7/+7
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+2
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-4/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-09-011-2/+2
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-09-011-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+3
* free NULL cleanup 9Rich Salz2015-04-111-10/+5
* free NULL cleanupRich Salz2015-03-281-2/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-7/+7
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-191-0/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-568/+546
* Fix warnings.Ben Laurie2010-06-121-2/+0
* Improve error detection when streaming S/MIME.Dr. Stephen Henson2007-05-101-5/+0
* fix function codes for errorBodo Möller2007-04-241-1/+1
* fix potential memory leaksNils Larsch2007-02-031-7/+33
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-241-0/+50
* Fix warnings.Dr. Stephen Henson2006-05-241-1/+1
* Update S/MIME code to use default digest.Dr. Stephen Henson2006-05-071-0/+14
* Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithmDr. Stephen Henson2006-04-271-6/+37
* Code tidy.Dr. Stephen Henson2006-04-271-2/+1
* New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.Dr. Stephen Henson2006-04-271-0/+6
* Don't free up parameter. The public key ASN1 method can do that if it needsDr. Stephen Henson2006-04-271-2/+0
* Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson2006-04-171-44/+31
* TypoDr. Stephen Henson2005-04-011-1/+0
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-15/+33
* Add support for digested data PKCS#7 type.Dr. Stephen Henson2003-10-121-0/+22
* New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson2003-10-111-0/+7
* Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson2003-10-111-0/+5