Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / cms / cms_pwri.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
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-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-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
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-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-13 Mansour AhmadiAdd missing OPENSSL_clear_free before using ec->key
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 Matt CaswellDon't leak memory on error in cms_RecipientInfo_pwri_crypt
2016-01-26 Rich SalzRemove /* foo.c */ comments
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-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-10 Ben LaurieDon't clean up uninitialised EVP_CIPHER_CTX on error...
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2010-07-26 Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2009-11-26 Dr. Stephen HensonExperimental CMS password based recipient Info support.