]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/m_sigver.c
Rename the field 'provctx and data' to 'algctx' inside some objects containing
[thirdparty/openssl.git] / crypto / evp / m_sigver.c
2021-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-19  Richard LevitteMake sure to include "internal/numbers.h" to get SIZE_MAX
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-03-11  Paulievp: add params arguments to init functions
2021-03-04  Tomas Mrazdo_sigver_init: Remove fallback for missing provider...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-17  Petr GotthardFix propquery handling in EVP_DigestSignInit_ex
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-17  Dmitry BelyavskiyHMAC should work with non-provided digests
2020-09-10  Matt CaswellFix an EVP_MD_CTX leak
2020-09-08  Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-08-29  Matt CaswellDon't require a default digest from signature algorithms
2020-08-29  Matt CaswellFix some EVP_MD_CTX_* functions
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-07-30  Matt CaswellDon't fallback to legacy in DigestSignInit/DigestVerify...
2020-05-14  Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-04-30  Paulicoverity 1462546 Dereference after null check
2020-04-30  Paulicoverity 1462565: Null pointer dereferences
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-23  Richard LevitteEVP: Fix EVP_Digest{Sign,Verify}Init() to handle no...
2020-03-23  Matt CaswellHandle mdname in legacy EVP_DigestSignInit_ex codepaths
2020-03-23  Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-15  Richard LevitteEVP: Don't call digest_custom() quite so early
2020-03-09  Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09  Matt CaswellAdd provider awareness of EVP_DigestSign() and EVP_Dige...
2020-02-29  Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-23  Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-21  Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-18  Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-15  Richard LevitteChange returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
2020-01-14  Richard LevitteFix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign...
2020-01-09  Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-08  Richard LevitteEVP: If a key can't be exported to provider, fallback...
2019-11-05  Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-10-17  Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-11  Matt CaswellSupport calling EVP_DigestUpdate instead of EVP_Digest...
2019-10-03  Matt CaswellDon't call EVP_MD_CTX_reset during EVP_DigestFinal
2019-10-03  Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03  Matt CaswellAdd the provider function signatures for DigestSign*
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-07  Paul YangUpdate document for SM2 stuffs
2018-09-07  Paul YangSupport setting SM2 ID
2018-09-07  Paul YangSupport pmeth->digest_custom
2017-06-12  Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-05-30  Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-11  Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteHave other crypto/evp files include evp_locl.h
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-11-14  Dr. Stephen HensonConstify.
2013-11-13  Dr. Stephen HensonFlag to disable automatic copying of contexts.
2010-11-27  Dr. Stephen HensonSome of the MS_STATIC use in crypto/evp is a legacy...
2010-02-08  Dr. Stephen HensonUse supplied ENGINE when initialising CMAC. Restore...
2010-02-08  Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2009-10-01  Dr. Stephen HensonYes it is a typo ;-)
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2007-05-15  Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-04-11  Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2007-04-08  Dr. Stephen HensonFix digest signing so digest type is set after init.
2007-04-08  Dr. Stephen HensonPreliminary support for signctx/verifyctx callbacks.
2006-08-28  Ben LaurieMake things static that should be. Declare stuff in...
2006-05-24  Dr. Stephen HensonNew functions for enchanced digest sign/verify.