summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7.h
AgeCommit message (Expand)Author
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-10-06Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson
2010-01-05PR: 2102Dr. Stephen Henson
2008-04-04Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson
2007-05-16Fix error code name.Dr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson
2007-04-01Fix warning.Ben Laurie
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson
2006-05-18More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson
2006-05-17Tidy up of S/MIME code and add new functions which will make is easierDr. Stephen Henson
2006-05-08Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson
2006-05-08Update PKCS#7 enveloped data to new API.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-27New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.Dr. Stephen Henson
2006-04-17Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2005-09-01Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. 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-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2002-10-04Add declaration got PKCS#7 NDEF.Dr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15make updateRichard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-31Fix the S/MIME code so it now works again andDr. Stephen Henson
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-09-08Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson