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
/
provider_conf.c
Age
Commit message (
Expand
)
Author
2021-11-15
Correctly activate the provider in OSSL_PROVIDER_try_load
Matt Caswell
2021-11-15
Don't attempt to deactive child providers if we don't need to
Matt Caswell
2021-11-12
Add return value NULL checks that were missing
Pauli
2021-08-27
Add locking for the provider_conf.c
Matt Caswell
2021-08-27
When activating providers via config check we've not already activated them
Matt Caswell
2021-07-28
Ensure any default_properties still apply even in the event of a provider loa...
Matt Caswell
2021-06-24
Fix a race in ossl_provider_add_to_store()
Matt Caswell
2021-06-24
make struct provider_info_st a full type
Matt Caswell
2021-06-24
Merge ossl_provider_activate() and ossl_provider_activate_child()
Matt Caswell
2021-06-24
Set use_fallbacks to zero when we add a provider to the store
Matt Caswell
2021-06-24
Add a new provider to the store only after we activate it
Matt Caswell
2021-06-24
Instantiate configuration supplied providers when we need them
Matt Caswell
2021-06-02
Add NCONF_get0_libctx()
Rich Salz
2021-05-11
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
Add the ability for ex_data to have a priority
Matt Caswell
2021-04-28
Store the list of activated providers in the libctx
Matt Caswell
2021-03-11
Update copyright year
Matt Caswell
2021-02-23
provider: add option to load a provider without disabling the fallbacks.
Pauli
2020-11-13
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-09-13
Fix safestack issues in conf.h
Matt Caswell
2020-08-28
provider_conf: report missing section on error
Pauli
2020-04-24
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-23
Update copyright year
Matt Caswell
2020-03-20
Add support for passing the libctx to the config loader
Shane Lontis
2019-08-01
Load the config file by default
Matt Caswell
2019-07-16
Provider config module: allow providers to already be loaded
Richard Levitte
2019-04-05
Rename the PROVIDER_CONF trace to CONF
Richard Levitte
2019-04-03
Replumbing: add a configuration module for providers
Richard Levitte