]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cms/cms_env.c
Don't use the low level AES key wrap APIs in CMS
[thirdparty/openssl.git] / crypto / cms / cms_env.c
2020-01-06  Matt CaswellDon't use the low level AES key wrap APIs in 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...
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
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-05-27  Josh SorefFix spelling errors in CMS.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-13  Rich SalzGH1141: Different fix, preferred by Richard.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-31  Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-08-31  Dr. Stephen HensonAdd X509_up_ref function.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-30  Rich Salzfree NULL cleanup 8
2015-03-28  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-05-06  Dr. Stephen HensonSet Enveloped data version to 2 if ktri version not...
2013-07-17  Dr. Stephen HensonCMS support for key agreeement recipient info.
2013-07-17  Dr. Stephen HensonSet CMS EnvelopedData version correctly.
2013-06-21  Dr. Stephen HensonCMS public key parameter support.
2013-02-26  Dr. Stephen HensonAdd function CMS_RecipientInfo_encrypt
2012-03-12  Dr. Stephen HensonFix for CMS/PKCS7 MMA. If RSA decryption fails use...
2009-11-26  Dr. Stephen HensonExperimental CMS password based recipient Info support.
2008-03-26  Dr. Stephen HensonAdd support for signed receipt request printout and...
2008-03-19  Geoff ThorpeComment out a (currently) unused CMS function. (Sorry...
2008-03-19  Dr. Stephen HensonAdd support for KEK decrypt in cms utility.
2008-03-19  Dr. Stephen HensonAdd support for KEKRecipientInfo in cms application.
2008-03-18  Dr. Stephen HensonUninitialized variable bug fix.
2008-03-18  Dr. Stephen HensonMore support for KEK RecipientInfo.
2008-03-17  Dr. Stephen HensonPartial support for KEKRecipientInfo type.
2008-03-17  Dr. Stephen HensonPreliminary support for enveloped data content type...
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-15  Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-14  Dr. Stephen HensonNew utility functions for encryptedData content type...
2008-03-12  Dr. Stephen HensonAnd so it begins...