]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7/pk7_mime.c
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / crypto / pkcs7 / pk7_mime.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Matt CaswellAdd NULL checks where ContentInfo data can be NULL
2021-06-05  Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-05-19  Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-02-21  Shane LontisFix external symbols for pkcs7.
2021-01-28  Richard LevitteUpdate copyright year
2021-01-18  Shane LontisFix PKCS7 potential segfault
2020-10-15  Matt CaswellUpdate copyright year
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-08-09  Shane LontisAdd libctx support to PKCS7.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-08-21  PauliThis has been added to avoid the situation where some...
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
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.