]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cms/cms_smime.c
Update copyright year
[thirdparty/openssl.git] / crypto / cms / cms_smime.c
2020-04-23  Matt CaswellUpdate copyright year
2020-03-03  Dmitry BelyavskiyImplementation of Russian GOST CMS
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-10  Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29  Matt CaswellUpdate copyright year
2018-05-08  Matt CaswellFix a mem leak in CMS
2017-08-08  Dr. Stephen HensonSupport CMS decrypt without a certificate for all key...
2016-07-25  FdaSilvaYYConstify CMS_decrypt_set1_key input buffer
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-08-12  Dr. Stephen HensonErr isn't always malloc failure.
2015-06-21  Rich SalzRT3917: add cleanup on an error path
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-05-01  Rich Salzfree NULL cleanup -- coda
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-03-25  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-05-09  Dr. Stephen HensonReturn an error if no recipient type matches.
2014-02-13  Dr. Stephen HensonAdd suppot for ASCII with CRLF canonicalisation.
2013-12-22  Dr. Stephen HensonCanonicalise input in CMS_verify.
2013-07-17  Dr. Stephen HensonCMS support for key agreeement recipient info.
2012-03-12  Dr. Stephen HensonFix for CMS/PKCS7 MMA. If RSA decryption fails use...
2010-07-26  Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2009-11-26  Dr. Stephen HensonExperimental CMS password based recipient Info support.
2009-03-25  Dr. Stephen HensonUpdate from stable branch.
2009-03-15  Dr. Stephen HensonUse correct ctx name.
2009-03-15  Dr. Stephen HensonFix from stable branch.
2008-11-21  Dr. Stephen HensonSet memory BIOs up properly when stripping text headers...
2008-08-05  Dr. Stephen HensonCorrectly handle errors in CMS I/O code.
2008-04-18  Dr. Stephen HensonMake certs argument work in CMS_sign() add test case.
2008-04-11  Dr. Stephen HensonFix prototype for CMS_decrypt(), don't free up detached...
2008-04-11  Dr. Stephen HensonRevert argument swap change... oops CMS_uncompress...
2008-04-11  Dr. Stephen HensonMake CMS_uncompress() argument order consistent with...
2008-04-11  Dr. Stephen HensonFix for compression and updated CMS_final().
2008-04-10  Dr. Stephen HensonAdd additional parameter to CMS_final() to handle detac...
2008-04-10  Dr. Stephen HensonIgnore nonsensical flags for signed receipts.
2008-04-07  Dr. Stephen HensonImplement CMS_NOCRL.
2008-03-28  Dr. Stephen HensonSigned receipt generation code.
2008-03-28  Dr. Stephen HensonSupport for verification of signed receipts.
2008-03-19  Dr. Stephen HensonAdd support for KEK decrypt in cms utility.
2008-03-18  Dr. Stephen HensonVarious tidies/fixes:
2008-03-18  Dr. Stephen HensonMore support for KEK RecipientInfo.
2008-03-17  Dr. Stephen HensonPreliminary support for enveloped data content type...
2008-03-15  Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-15  Dr. Stephen HensonCheck for cipher BIO errors and set key length after...
2008-03-15  Dr. Stephen HensonReturn error if no cipher set for encrypted data type.
2008-03-14  Dr. Stephen HensonReorganise encrypted content info code to avoid duplica...
2008-03-14  Dr. Stephen HensonEncrypted Data type processing. Add options to cms...
2008-03-12  Dr. Stephen HensonAnd so it begins...