]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cms/cms_enc.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / cms / 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...