hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / cms / cms_lib.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-02-24 Dr. David von OheimbCMS_add0_cert: if cert already present, do not throw...
2023-02-24 Dr. David von OheimbCMS_add1_crl(): prevent double free on failure of CMS_a...
2023-02-08 ndosscheFix incomplete error check on BIO_set_md()
2022-10-18 Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-02 Viktor SöderqvistCMS sign digest
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware functions in CMS
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-03-18 Shane LontisAdd ossl_ x509 symbols
2021-02-21 Shane LontisFix external symbols for cms.
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
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-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-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
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
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-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-05-27 Josh SorefFix spelling errors in CMS.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-06-15 FdaSilvaYYConstify CMS_get0_type input
2016-06-12 Phillip HellewellRT3053: Check for NULL before dereferencing
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-22 Dr. Stephen HensonNew function X509_get0_subject_key_id()
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31 Dr. Stephen HensonAdd X509_CRL_up_ref function
2015-04-30 Rich Salzfree NULL cleanup 8
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-15 Dr. Stephen HensonRemove duplicate statement.
2013-07-17 Dr. Stephen HensonCMS support for key agreeement recipient info.
2010-03-11 Dr. Stephen Hensonupdate cms code to use X509_ALGOR_set_md instead of...
2010-02-02 Dr. Stephen Hensontolerate broken CMS/PKCS7 implementations using signatu...
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-05-02 Dr. Stephen HensonNew function CMS_add1_crl().
2008-04-06 Dr. Stephen HensonFix typo and add header files to err library.
2008-04-06 Dr. Stephen HensonGive consistent return value and add error code for...
2008-03-18 Dr. Stephen HensonVarious tidies/fixes:
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 HensonInitial support for Encrypted Data type generation.
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...