rsa: add ossl_ prefix to internal rsa_ calls.
[openssl.git] / crypto / cms /
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-23 Shane LontisFix CID 1466709 : Negative value passed to a function...
2020-09-13 Matt CaswellFix safestack issues in ess.h
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-05 Shane LontisFix coverity CID #1452769 & #1452771 - Arg passed to...
2020-08-22 Shane LontisFix CMS so that it still works with non fetchable algor...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-08 Shane LontisFix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-15 Matt CaswellUpdate copyright year
2020-04-30 Paulicoverity 1462578 Resource leak
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
2020-01-06 Matt CaswellDon't use the low level AES key wrap APIs in CMS
2019-11-18 Richard LevittePEM: constify PEM_write_ routines
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... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
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
next