Update copyright year
[openssl.git] / crypto / pkcs7 / pk7_smime.c
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Shane LontisFix PKCS7 potential segfault
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-08 Dmitry BelyavskiyFix zero-length content verification in S/MIME format
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in pkcs7.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-09 Shane LontisAdd libctx support to PKCS7.
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-04-18 Matt CaswellFix PKCS7 memory leak
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-02-23 Rich SalzAdd PKCS7_NO_DUAL_CONTENT flag
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-09-30 Matt CaswellAdd GOST12 cms/smime capabilities
2015-09-06 Richard LevitteRemove warning about use of uninitialised variable
2015-09-05 Rich SalzRT3955: Reduce some stack usage
2015-08-28 Alessandro GhediniGH354: Memory leak fixes
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-01-30 Rich SalzDead code removal: #if 0 asn1, pkcs7
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2012-03-08 Dr. Stephen Hensoncheck return value of BIO_write in PKCS7_decrypt
2012-02-27 Dr. Stephen HensonDetect symmetric crypto errors in PKCS7_decrypt.
2009-03-15 Dr. Stephen HensonFix from stable branch.
2008-11-21 Dr. Stephen HensonSet memory BIOs up properly when stripping text headers...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2007-08-12 Dr. Stephen HensonFix warnings.
2007-04-13 Dr. Stephen HensonDon't finalize signerinfo if reuse and partial both...
2007-02-26 Nils Larschremove dead code
2007-02-03 Nils Larschfix potential memory leaks
2006-12-24 Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-07-09 Dr. Stephen HensonSet detached flag in PKCS7 structure earlier to avoid...
2006-06-06 Dr. Stephen HensonAdd AES and GOST S/MIME capabilities if algorithms...
2006-05-26 Dr. Stephen HensonFlush p7bio when all data has been copied.
2006-05-24 Dr. Stephen HensonFix warnings.
2006-05-18 Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18 Dr. Stephen HensonMore S/MIME tidy. Place some common attribute operation...
2006-05-17 Dr. Stephen HensonTidy up of S/MIME code and add new functions which...
2006-05-07 Dr. Stephen HensonUpdate S/MIME code to use default digest.
2005-08-04 Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-05-19 Nils Larschfix potential memory leak
2005-05-17 Bodo Möllerfix memory leak (BIO_free_all needs pointer to first...
2005-02-14 Dr. Stephen HensonFix possible memory leak.
2005-01-14 Dr. Stephen HensonPKCS7_verify() performance optimization. When the conte...
2004-03-27 Dr. Stephen HensonAllow CRLs to be passed into X509_STORE_CTX. This is...
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.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-24 Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-09-18 Dr. Stephen HensonWork around for Netscape PKCS#7 signedData bug.
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-28 Dr. Stephen HensonOuch! PKCS7_encrypt() was heading MIME text headers...
2000-02-26 Dr. Stephen HensonRename functions for new convention.
1999-12-15 Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-12-15 Dr. Stephen HensonFix the S/MIME code to use canonical MIME format for
1999-12-11 Dr. Stephen HensonVarious S/MIME fixes.
1999-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-07 Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.