]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cms/cms_enc.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / crypto / cms / cms_enc.c
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-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-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-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-07-16  Richard LevitteUpdate copyright year
2020-07-08  Shane LontisFix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)
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...
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-05-06  Dr. Stephen HensonOnly set CMS parameter when encrypting
2016-05-05  Dr. Stephen Hensontypo
2016-05-05  Dr. Stephen HensonAlways try to set ASN.1 parameters for CMS.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-08-12  Dr. Stephen HensonFix memory leak if setup fails.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-04-30  Rich Salzfree cleanup almost the finale
2015-03-25  Matt CaswellRAND_bytes updates
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2012-05-10  Ben LaurieFix warning.
2012-05-10  Dr. Stephen HensonReported by: Solar Designer of Openwall
2012-03-12  Dr. Stephen HensonFix for CMS/PKCS7 MMA. If RSA decryption fails use...
2008-03-29  Dr. Stephen HensonRemove unnecessary header.
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-16  Dr. Stephen HensonAdd support for random key generation: this will be...
2008-03-15  Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-15  Dr. Stephen HensonCheck for cipher BIO errors and set key length after...
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-14  Dr. Stephen HensonNew utility functions for encryptedData content type...