aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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-08-311-2/+2
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-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-111-0/+22
* New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson2003-10-101-0/+7
* Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson2003-10-101-0/+5
* Really fix PKCS7_set_detached this time...Dr. Stephen Henson2002-09-081-1/+1
* Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson2002-09-071-0/+7
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-2/+2
* in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)Bodo Möller2002-05-071-7/+33
* ECDSA supportBodo Möller2002-02-131-1/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-2/+2
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-241-0/+6
* Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson2000-12-291-3/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-2/+6
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-2/+3
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-291-1/+7
* Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1999-12-141-5/+10
* Various S/MIME fixes.Dr. Stephen Henson1999-12-111-1/+6
* Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson1999-12-101-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-5/+5
* Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1999-08-171-4/+7
* stack.Ben Laurie1999-06-021-2/+2
* Stack.Ben Laurie1999-06-021-3/+3
* stack.Ben Laurie1999-05-311-3/+3
* Stack.Ben Laurie1999-05-311-4/+4