summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_lib.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-11free NULL cleanup 9Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-06-12Fix warnings.Ben Laurie
2007-05-10Improve error detection when streaming S/MIME.Dr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-02-03fix potential memory leaksNils Larsch
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson
2006-05-24Fix warnings.Dr. Stephen Henson
2006-05-07Update S/MIME code to use default digest.Dr. Stephen Henson
2006-04-27Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithmDr. Stephen Henson
2006-04-27Code tidy.Dr. Stephen Henson
2006-04-27New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.Dr. Stephen Henson
2006-04-27Don't free up parameter. The public key ASN1 method can do that if it needsDr. Stephen Henson
2006-04-17Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson
2005-04-01TypoDr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2003-10-11Add support for digested data PKCS#7 type.Dr. Stephen Henson
2003-10-10New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson
2003-10-10Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson
2002-09-08Really fix PKCS7_set_detached this time...Dr. Stephen Henson
2002-09-07Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-05-07in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)Bodo Möller
2002-02-13ECDSA supportBodo Möller
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson
2000-12-29Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson
1999-12-11Various S/MIME fixes.Dr. Stephen Henson
1999-12-10Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-08-17Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson
1999-06-02stack.Ben Laurie
1999-06-02Stack.Ben Laurie
1999-05-31stack.Ben Laurie