]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7/pk7_mime.c
Avoid warnings. Fix fips_dssvs program.
[thirdparty/openssl.git] / crypto / pkcs7 / pk7_mime.c
2007-06-22  Dr. Stephen HensonAvoid warnings. Fix fips_dssvs program.
2007-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branc...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
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.