index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
core_fetch.c
Age
Commit message (
Expand
)
Author
2022-07-20
"Reserve" the method store when constructing methods
Richard Levitte
2022-06-21
Update copyright year
Matt Caswell
2022-05-12
Always try to construct methods as new provider might be added
Tomas Mraz
2022-05-05
Refactor method construction pre- and post-condition
Richard Levitte
2021-10-27
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-06-16
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-15
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-01-28
Update copyright year
Richard Levitte
2021-01-14
Fix a failure where fetches can return NULL in multi-threaded code
Matt Caswell
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-06-04
Update copyright year
Matt Caswell
2020-05-19
CORE: query for operations only once per provider (unless no_store is true)
Richard Levitte
2019-11-29
CORE: pass the full algorithm definition to the method constructor
Richard Levitte
2019-10-03
Replumbing: make it possible for providers to specify multiple names
Richard Levitte
2019-09-19
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-08-22
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
2019-07-23
Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()
Richard Levitte
2019-06-10
EVP fetching: make operation_id part of the method identity
Richard Levitte
2019-06-04
Move digests to providers
Shane Lontis
2019-05-12
EVP_FETCH: deal with names without pre-defined NIDs
Richard Levitte
2019-05-02
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-04-09
Use the right NID when putting a method in the store
Matt Caswell
2019-03-18
Replumbing: better reference counter control in ossl_method_construct()
Richard Levitte
2019-03-18
Replumbing: pass callback data to the algo destructor too
Richard Levitte
2019-03-12
Replumbing: Add constructor of libcrypto internal method structures
Richard Levitte