]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_fetch.c
ssl/statem: Replace size_t with int and add the checks
[thirdparty/openssl.git] / crypto / evp / evp_fetch.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-14  Dimitri PapadopoulosFix new typos found by codespell
2024-01-11  sashanevp_fetch.c: Check meth_id instead of name_id
2024-01-01  Neil Hormangate calling of evp_method_id on having a non-zero...
2023-09-07  Matt CaswellCopyright year updates
2023-08-15  Richard LevitteRemove include/internal/decoder.h, as it's superfluous
2023-07-16  Matt CaswellOptimise PKEY decoders
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-20  Richard Levitte"Reserve" the method store when constructing methods
2022-05-06  PauliRemove the _fetch_by_number functions
2022-05-05  Richard LevitteMake it possible to remove methods by the provider...
2022-05-05  Richard LevitteDon't empty the method store when flushing the query...
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-15  Oliver RobertsFixed typo in inner_evp_generic_fetch() error handling
2022-02-28  Paulifetch: convert a NULL property query to ""
2021-10-27  Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27  Richard LevitteEVP: Add the internal function evp_generic_fetch_from_p...
2021-10-27  Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-07-28  Matt CaswellDon't try and load the config file while already loadin...
2021-06-16  Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-15  Richard LevitteRefactor evp_generic_do_all() to behave like evp_generi...
2021-06-15  Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-05-27  Paulicoverity 1484912: Null pointer dereferences (NULL_RETURNS)
2021-05-20  Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20  Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20  Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-11  Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-08  Pauliproperty: check return values from the property locking...
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-15  Pauliproperty: default queries create the property values.
2021-03-04  Tobias Nießencrypto: rename error flags in internal structures
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteUse centralized fetching errors
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-13  Richard LevitteEVP: Centralise fetching error reporting
2020-08-17  Matt CaswellLoad the default config file before working with defaul...
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2020-06-28  Richard LevitteCORE: Add an internal function to distinguish the globa...
2020-06-23  Pauliproperty: Move global default properties to the library...
2020-05-19  Richard LevitteCORE: query for operations only once per provider ...
2020-05-02  Shane LontisAdd default property API's to enable and test for fips
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Dr. Matthias St... Swap parameters of evp_method_id()
2020-04-20  Dr. Matthias St... Fix an assertion (and a comment) of evp_method_id()
2020-03-27  Matt CaswellPut an error on the stack in the event of a fetch failure
2020-02-22  Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-01-17  Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-16  Richard LevitteMove the stored namemap pre-population to namemap const...
2019-11-29  Richard LevitteCORE: pass the full algorithm definition to the method...
2019-11-29  Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-20  Richard LevitteReplumbing: pre-populate the EVP namemap with commonly...
2019-11-18  PauliProperties: make query cache reference count aware.
2019-11-10  Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
2019-10-31  Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-17  Richard Levitteevp_generic_do_all(): fix passing of method data
2019-10-17  Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-03  Richard LevitteReplumbing: make it possible for providers to specify...
2019-09-28  Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-23  Richard LevitteRework cipher / digest fetching for legacy nids with...
2019-09-19  Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19  Richard LevitteIn provider implemented methods, save the name number...
2019-09-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-08-21  Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21  Richard LevitteModify ossl_method_store_add() to handle reference...
2019-07-23  Richard LevitteAdd internal function evp_generic_do_all()
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-02  Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-01  Matt CaswellOnly cache a method if we actually created one
2019-06-24  Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-10  Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-04  Shane LontisMove digests to providers
2019-05-12  Richard LevitteEVP_FETCH: remove the need to transport the legacy...
2019-05-12  Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12  Richard LevitteMake the generic EVP fetching mechanism use the namenum map
2019-05-02  Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-19  Richard LevitteFix the generic EVP algorithm fetch to actually cache...
2019-04-09  Matt CaswellUse the right NID when putting a method in the store
2019-04-05  Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-03-18  Richard LevitteAdd generic EVP method fetcher