Update documentation for keymgmt export utils
[openssl.git] / crypto / core_algorithm.c
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-05 Richard LevitteRefactor method construction pre- and post-condition
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-05-17 Petr GotthardFix pointer passed to provider_unquery_operation
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-02 Todd ShortFix post-condition in algorithm_do_this
2020-07-05 Richard LevitteCORE: perform post-condition in algorithm_do_this(...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-16 Richard LevitteCORE: Fix a couple of bugs in algorithm_do_this()
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()