Modify ossl_method_store_add() to handle reference counting
[openssl.git] / crypto / evp / evp_fetch.c
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