aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
Commit message (Expand)AuthorAgeFilesLines
* Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson2001-02-241-8/+5
* Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson2000-09-181-0/+5
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson2000-09-071-3/+3
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+3
* Typesafe Thought Police part 4.Ben Laurie2000-05-161-4/+4
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-1/+1
* Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson2000-02-281-7/+0
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-7/+7
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-1/+0
* Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1999-12-151-5/+2
* Various S/MIME fixes.Dr. Stephen Henson1999-12-111-3/+7
* Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1999-12-091-3/+20
* Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1999-12-071-29/+54
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-0/+392