ssl/statem: Replace size_t with int and add the checks
[openssl.git] / crypto / cms / cms_kari.c
2021-06-02 Paulicms: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-02-21 Shane LontisFix external symbols for cms.
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 Matt CaswellRemove a CMS key downgrade
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-04-30 Paulicoverity 1462567: Null pointer dereferences
2020-04-30 Paulicoverity 1462543 Logically dead code
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
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-30 Paul YangFix a bundle of mischecks of return values
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-13 Daniel DeFreezFix null pointer dereference in cms_RecipientInfo_kari_init
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-03-18 Matt CaswellFix no-des
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
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-10 Dr. Stephen HensonFix ECDH key identifier support.
2015-03-28 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 .
2013-07-17 Dr. Stephen HensonCMS support for key agreeement recipient info.