aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_smime.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-1/+1
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson1-8/+5
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-4/+4
2000-09-18Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson1-0/+5
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-2/+2
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson1-3/+3
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson1-0/+3
2000-05-16Typesafe Thought Police part 4.Ben Laurie1-4/+4
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-1/+1
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson1-7/+0
2000-02-26Rename functions for new convention.Dr. Stephen Henson1-7/+7
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1-1/+0
1999-12-15Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1-5/+2
1999-12-11Various S/MIME fixes.Dr. Stephen Henson1-3/+7
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1-3/+20
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1-29/+54
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson1-0/+392