Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 lat temu |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 lat temu |
Hugo Landau
|
927d0566de
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
|
2 lat temu |
Dmitry Belyavskiy
|
07ba69483a
Refactor: a separate func for provider activation from config
|
3 lat temu |
Matt Caswell
|
1e8ed3e596
Correctly activate the provider in OSSL_PROVIDER_try_load
|
3 lat temu |
Matt Caswell
|
c59fc87b33
Don't attempt to deactive child providers if we don't need to
|
3 lat temu |
Pauli
|
ed5b26ce0b
Add return value NULL checks that were missing
|
3 lat temu |
Matt Caswell
|
f38af12585
Add locking for the provider_conf.c
|
3 lat temu |
Matt Caswell
|
6f25d3c479
When activating providers via config check we've not already activated them
|
3 lat temu |
Matt Caswell
|
123ed33433
Ensure any default_properties still apply even in the event of a provider load failure
|
3 lat temu |
Matt Caswell
|
59a783d05a
Fix a race in ossl_provider_add_to_store()
|
3 lat temu |
Matt Caswell
|
b7248964a4
make struct provider_info_st a full type
|
3 lat temu |
Matt Caswell
|
814c2018e1
Merge ossl_provider_activate() and ossl_provider_activate_child()
|
3 lat temu |
Matt Caswell
|
eb2263da9a
Set use_fallbacks to zero when we add a provider to the store
|
3 lat temu |
Matt Caswell
|
29aff65315
Add a new provider to the store only after we activate it
|
3 lat temu |
Matt Caswell
|
352d482a29
Instantiate configuration supplied providers when we need them
|
3 lat temu |
Rich Salz
|
6b750b89ee
Add NCONF_get0_libctx()
|
3 lat temu |
Matt Caswell
|
8c62707565
Add support for child provider to up_ref/free their parent
|
3 lat temu |
Matt Caswell
|
a16d21744d
Add the ability for ex_data to have a priority
|
3 lat temu |
Matt Caswell
|
460d2fbcd7
Store the list of activated providers in the libctx
|
3 lat temu |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 lat temu |
Pauli
|
299f5ff3b5
provider: add option to load a provider without disabling the fallbacks.
|
3 lat temu |
Richard Levitte
|
a150f8e1fc
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
|
4 lat temu |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 lat temu |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 lat temu |
Matt Caswell
|
e74e562f1c
Fix safestack issues in conf.h
|
4 lat temu |
Pauli
|
3d94185718
provider_conf: report missing section on error
|
4 lat temu |
Rich Salz
|
852c2ed260
In OpenSSL builds, declare STACK for datatypes ...
|
4 lat temu |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 lat temu |
Shane Lontis
|
22e27978b2
Add support for passing the libctx to the config loader
|
4 lat temu |