summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_mime.c
AgeCommit message (Expand)Author
2020-10-15Update copyright yearMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-09Add libctx support to PKCS7.Shane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-05-16Fix error code name.Dr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-04-13Flush b64 BIO.Dr. Stephen Henson
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson
2006-06-06Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson
2005-05-01Support for smime-type MIME parameter.Dr. Stephen Henson
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-03-26Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson
2003-06-24Return EOF when an S/MIME part have been read.Dr. Stephen Henson
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson
2003-06-02Stop checking for CRLF when start of buffer is reached.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-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2001-01-30Increase consistency of header data (some mail readers really do notRichard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-08-21Various fixes...Dr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe
2000-05-16Typesafe Thought Police part 4.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-14Avoid some warnings, and run "make update".Bodo Möller
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson