Don't convert pre-existing providers into children
[openssl.git] / crypto / cms /
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-22 Rich SalzRemove an unused parameter
2021-04-20 Paulicms: remove most references to EVP_sha1()
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-08 Matt CaswellUpdate copyright year
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-18 Shane LontisRename CMS_si_check_attributes to ossl_cms_si_check_att...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-11 Paulimisc: other init function param additions
2021-03-11 Matt CaswellUpdate copyright year
2021-02-21 Shane LontisFix external symbols for cms.
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-02 Tomas Mrazdh_cms_set_peerkey: Pad the public key to p size
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21 Tomas Mrazdh_cms_set_peerkey: The peer key is encoded as an ASN...
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-18 Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2020-12-16 Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-15 Matt CaswellRemove a CMS key downgrade
2020-10-08 Dmitry BelyavskiyFix zero-length content verification in S/MIME format
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.
next