]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal/core.h
Add .[ch].in files to ctags
[thirdparty/openssl.git] / include / internal / core.h
2022-07-20  Richard Levitte"Reserve" the method store when constructing methods
2022-05-13  Tomas MrazAvoid code duplication for locale initialization
2022-05-05  Richard LevitteRefactor method construction pre- and post-condition
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2021-10-27  Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27  Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-06-16  Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-15  Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-05-11  Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-08  Pauliproperty: lock the lib ctx when updating the property...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-10  FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-06-04  Matt CaswellUpdate copyright year
2020-05-19  Richard LevitteCORE: query for operations only once per provider ...
2019-11-29  Richard LevitteCORE: pass the full algorithm definition to the method...
2019-09-19  Richard LevitteIn provider implemented methods, save the name number...
2019-08-21  Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-07-23  Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-06-10  Richard LevitteEVP fetching: make operation_id part of the method...
2019-05-12  Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-02  Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-09  Matt CaswellUse the right NID when putting a method in the store
2019-03-18  Richard LevitteReplumbing: pass callback data to the algo destructor too
2019-03-12  Richard LevitteReplumbing: Add constructor of libcrypto internal metho...