Adjust all accesses to EVP_MD_CTX to use accessor functions.
[openssl.git] / crypto / pkcs7 / pk7_mime.c
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-03-31 Dr. Stephen HensonUse correct headers for signed receipts. Use consistent...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-08-12 Dr. Stephen HensonFix warnings.
2007-05-16 Dr. Stephen HensonFix error code name.
2007-04-24 Bodo Möllerfix function codes for error
2007-04-13 Dr. Stephen HensonFlush b64 BIO.
2007-04-13 Dr. Stephen HensonUpdate smime utility to support streaming for -encrypt...
2006-07-10 Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-06-06 Dr. Stephen HensonOutput MIME parameter micalg according to RFC3851 and...
2006-05-18 Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2005-05-01 Dr. Stephen HensonSupport for smime-type MIME parameter.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-03-26 Dr. Stephen HensonFree up BIO properly when using streaming S/MIME sign.
2003-06-24 Dr. Stephen HensonReturn EOF when an S/MIME part have been read.
2003-06-02 Dr. Stephen HensonOnly count 'LF' as EOL in pk7_mime.c, this avoids incorrect
2003-06-02 Dr. Stephen HensonStop checking for CRLF when start of buffer is reached.
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-15 Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2001-01-30 Richard LevitteIncrease consistency of header data (some mail readers...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-08-21 Dr. Stephen HensonVarious fixes...
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-31 Geoff Thorpesk_value was also suffering from de-const-ification.
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-16 Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-14 Bodo MöllerAvoid some warnings, and run "make update".
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.