aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_mime.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-27/+26
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson1-2/+2
2008-03-12And so it begins...Dr. Stephen Henson1-842/+17
2007-08-12Fix warnings.Dr. Stephen Henson1-4/+4
2007-05-16Fix error code name.Dr. Stephen Henson1-1/+1
2007-04-24fix function codes for errorBodo Möller1-1/+1
2007-04-13Flush b64 BIO.Dr. Stephen Henson1-0/+1
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson1-24/+89
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson1-29/+33
2006-06-06Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson1-1/+80
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson1-1/+1
2005-05-01Support for smime-type MIME parameter.Dr. Stephen Henson1-2/+22
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-3/+0
2004-03-26Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson1-5/+4
2003-06-24Return EOF when an S/MIME part have been read.Dr. Stephen Henson1-0/+1
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson1-17/+21
2003-06-02Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson1-8/+16
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson1-17/+34
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson1-1/+1
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson1-7/+49
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte1-13/+13
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte1-14/+14
2001-01-30Increase consistency of header data (some mail readers really do notRichard Levitte1-3/+3
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-08-21Various fixes...Dr. Stephen Henson1-1/+1
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-62/+0
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-8/+8
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe1-0/+62
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-4/+8
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe1-0/+2
2000-05-16Typesafe Thought Police part 4.Ben Laurie1-50/+56
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-18/+18
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-2/+2
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller1-1/+1
2000-01-14Avoid some warnings, and run "make update".Bodo Möller1-3/+3
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson1-0/+673