]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cms
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / crypto / cms /
2019-07-31  FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-07-24  Dr. Matthias St... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-16  Rich SalzRegenerate mkerr files
2019-06-03  Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-29  FdaSilvaYYCAdES: Fix SignerInfo attribute construction order.
2019-03-08  Matt CaswellChange arg to cms_CompressedData_init_bio to be const
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
2019-01-27  Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
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-09-11  Matt CaswellUpdate copyright year
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-18  David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-05-29  Matt CaswellUpdate copyright year
2018-05-08  Matt CaswellFix a mem leak in CMS
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-11-27  Rich SalzCheck for malloc failure
2017-10-16  MouseCode hygiene; initialize some pointers.
2017-08-08  Dr. Stephen HensonSupport CMS decrypt without a certificate for all key...
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-27  Josh SorefFix spelling errors in CMS.
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-04-13  Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10  Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-01-08  Dr. Stephen HensonSet EVP_PKEY_CTX in SignerInfo
2016-08-22  Matt CaswellFix enable-zlib
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-04  FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-07-25  FdaSilvaYYConstify CMS_decrypt_set1_key input buffer
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-15  FdaSilvaYYConstify CMS_get0_type input
2016-06-13  Rich SalzGH1141: Different fix, preferred by Richard.
2016-06-12  Phillip HellewellRT3053: Check for NULL before dereferencing
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-17  Rich SalzManual fixes after copyright consolidation
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-04-28  Matt CaswellDon't leak EVP_MD_CTX on error path
2016-04-28  Matt CaswellDon't leak memory on error in cms_RecipientInfo_pwri_crypt
2016-04-20  Richard LevitteRemove --classic build entirely
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20  Rich SalzRemove #error from include files.
2016-03-18  Matt CaswellFix no-des
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-20  Richard LevitteAlways build library object files with shared library...
2016-02-18  Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-02-01  Richard Levitteunified build scheme: add build.info files
2016-01-29  Rich SalzTemplatize util/domd
2016-01-28  Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Rich SalzRemove update tags
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2016-01-12  Richard Levittemake update
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-07  Rich Salzmem functions cleanup
2016-01-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-31  Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-09  Dr. Stephen Hensonmake update
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05  Dr. Stephen HensonRebuild error source files.
2015-09-30  Matt CaswellAdd GOST12 cms/smime capabilities
2015-09-22  Dr. Stephen HensonNew function X509_get0_subject_key_id()
2015-09-11  Dr. Stephen HensonFix zlib CMS compilation.
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-08-12  Dr. Stephen HensonFix memory leak if setup fails.
2015-08-12  Dr. Stephen HensonErr isn't always malloc failure.
2015-06-21  Rich SalzRT3917: add cleanup on an error path
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-14  Richard Levittemake depend
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
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-30  Rich Salzfree NULL cleanup 5a
2015-04-30  Rich Salzfree NULL cleanup 8
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-10  Dr. Stephen HensonFix ECDH key identifier support.
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-30  Dr. Stephen HensonRemove duplicate code.
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellRAND_bytes updates
next