index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
provider_conf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix remaining provider config settings to be decisive in value
Neil Horman
2023-12-27
1
-29
/
+42
*
Detect and prevent recursive config parsing
Neil Horman
2023-12-21
1
-22
/
+96
*
Make the activate setting more intuitive
Neil Horman
2023-12-21
1
-5
/
+33
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
OSSL_PROVIDER_load_ex
Dmitry Belyavskiy
2023-08-30
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-11
/
+4
*
Refactor: a separate func for provider activation from config
Dmitry Belyavskiy
2021-12-01
1
-65
/
+75
*
Correctly activate the provider in OSSL_PROVIDER_try_load
Matt Caswell
2021-11-12
1
-2
/
+13
*
Don't attempt to deactive child providers if we don't need to
Matt Caswell
2021-11-12
1
-1
/
+1
*
Add return value NULL checks that were missing
Pauli
2021-11-12
1
-4
/
+5
*
Add locking for the provider_conf.c
Matt Caswell
2021-08-27
1
-36
/
+53
*
When activating providers via config check we've not already activated them
Matt Caswell
2021-08-27
1
-2
/
+23
*
Ensure any default_properties still apply even in the event of a provider loa...
Matt Caswell
2021-07-28
1
-1
/
+15
*
Fix a race in ossl_provider_add_to_store()
Matt Caswell
2021-06-24
1
-3
/
+3
*
make struct provider_info_st a full type
Matt Caswell
2021-06-24
1
-2
/
+2
*
Merge ossl_provider_activate() and ossl_provider_activate_child()
Matt Caswell
2021-06-24
1
-1
/
+1
*
Set use_fallbacks to zero when we add a provider to the store
Matt Caswell
2021-06-24
1
-2
/
+2
*
Add a new provider to the store only after we activate it
Matt Caswell
2021-06-24
1
-1
/
+4
*
Instantiate configuration supplied providers when we need them
Matt Caswell
2021-06-24
1
-24
/
+59
*
Add NCONF_get0_libctx()
Rich Salz
2021-06-02
1
-1
/
+2
*
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
1
-2
/
+2
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+2
*
Store the list of activated providers in the libctx
Matt Caswell
2021-04-28
1
-13
/
+37
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
provider: add option to load a provider without disabling the fallbacks.
Pauli
2021-02-23
1
-1
/
+1
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-2
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
provider_conf: report missing section on error
Pauli
2020-08-28
1
-0
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-1
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Add support for passing the libctx to the config loader
Shane Lontis
2020-03-20
1
-1
/
+1
*
Load the config file by default
Matt Caswell
2019-08-01
1
-2
/
+2
*
Provider config module: allow providers to already be loaded
Richard Levitte
2019-07-16
1
-1
/
+3
*
Rename the PROVIDER_CONF trace to CONF
Richard Levitte
2019-04-05
1
-7
/
+12
*
Replumbing: add a configuration module for providers
Richard Levitte
2019-04-03
1
-0
/
+179