Fix grammar in certificates.txt
[openssl.git] / crypto / evp / signature.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-31 Richard LevitteFix error reporting in EVP_PKEY_{sign,verify,verify_rec...
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Paulievp: update to structure based atomics
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: For all operations that use an EVP_PKEY, check...
2021-10-27 Richard LevitteEVP: Allow a fallback for operations that work with...
2021-10-27 Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-22 Matt CaswellPrevent an overflow if an application supplies a buffer...
2021-06-15 Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-02 Paulievp: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
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-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-18 Rich SalzStandard style for all EVP_xxx_free routines
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-11 Paulievp: add params arguments to init functions
2021-03-11 Matt CaswellUpdate copyright year
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
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-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-08 Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
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-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-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-12 Shane LontisAdd dsa signature alg to fips provider