Update copyright year
[openssl.git] / crypto / cms / cms_lib.c
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...