aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-480/+0
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-4/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-313/+298
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell2014-10-061-4/+0
* Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell2014-05-071-0/+1
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-0/+3
* PR: 2102Dr. Stephen Henson2010-01-051-2/+0
* Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson2008-04-041-1/+0
* And so it begins...Dr. Stephen Henson2008-03-121-0/+1
* Fix error code name.Dr. Stephen Henson2007-05-161-1/+1
* fix function codes for errorBodo Möller2007-04-241-0/+1
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-131-0/+2
* Fix warning.Ben Laurie2007-04-011-0/+3
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-241-0/+1
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-10/+0
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-0/+1
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-0/+3
* More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson2006-05-181-0/+9
* Tidy up of S/MIME code and add new functions which will make is easierDr. Stephen Henson2006-05-171-0/+9
* Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson2006-05-081-0/+1
* Update PKCS#7 enveloped data to new API.Dr. Stephen Henson2006-05-081-0/+2
* Update S/MIME code to use default digest.Dr. Stephen Henson2006-05-071-0/+2
* Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithmDr. Stephen Henson2006-04-271-0/+3
* New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.Dr. Stephen Henson2006-04-271-0/+1
* Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson2006-04-171-0/+5
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+3
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-011-0/+1
* Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson2005-08-041-0/+1
* Fix more error codes.Bodo Möller2005-05-111-2/+4
* Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2004-03-271-0/+1
* Add support for digested data PKCS#7 type.Dr. Stephen Henson2003-10-111-0/+6
* New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson2003-10-101-0/+1
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-011-1/+3
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-1/+1
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-151-0/+1
* Add declaration got PKCS#7 NDEF.Dr. Stephen Henson2002-10-041-0/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* make updateRichard Levitte2001-11-151-1/+1
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+2
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-3/+3
* Fix ERR_R_... problems.Bodo Möller2001-03-071-1/+0
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+3
* Fix the S/MIME code so it now works again andDr. Stephen Henson2000-12-311-0/+3
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-0/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-71/+12
* Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte2000-09-081-3/+1
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-9/+10