Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / cms / cms_env.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-10 Olga BatyshkinaDo not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA...
2023-06-01 Dr. David von OheimbCMS_ContentInfo_free(): fix mem leak on encrypted conte...
2023-05-30 Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-11-25 Dr. David von OheimbCMS_decrypt*(): fix misconceptions and mem leak
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-06-28 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2021-10-28 x2018fix some code with obvious wrong coding style
2021-08-27 zhaozgcms: fix memleaks in cms_env.c
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-02-21 Shane LontisFix external symbols for cms.
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-18 Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2020-12-16 Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
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-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-08-22 Shane LontisFix CMS so that it still works with non fetchable algor...
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-03 Dmitry BelyavskiyImplementation of Russian GOST CMS
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...