Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Dmitry Belyavskiy
|
9d2f7e1f61
OSSL_PROVIDER_load_ex
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Matt Caswell
|
1e8ed3e596
Correctly activate the provider in OSSL_PROVIDER_try_load
|
3 years ago |
Matt Caswell
|
c59fc87b33
Don't attempt to deactive child providers if we don't need to
|
3 years ago |
Matt Caswell
|
59a783d05a
Fix a race in ossl_provider_add_to_store()
|
3 years ago |
Matt Caswell
|
d382c46525
Move OPENSSL_add_builtin back into provider.c
|
3 years ago |
Matt Caswell
|
814c2018e1
Merge ossl_provider_activate() and ossl_provider_activate_child()
|
3 years ago |
Matt Caswell
|
eb2263da9a
Set use_fallbacks to zero when we add a provider to the store
|
3 years ago |
Matt Caswell
|
29aff65315
Add a new provider to the store only after we activate it
|
3 years ago |
Matt Caswell
|
1d74203cf5
Instantiate user-added builtin providers when we need them
|
3 years ago |
Matt Caswell
|
8d4dec0d4b
Instantiate predefined providers just-in-time
|
3 years ago |
Tomas Mraz
|
c4e9167437
Rename also the OSSL_PROVIDER_name() function
|
3 years ago |
Matt Caswell
|
8c62707565
Add support for child provider to up_ref/free their parent
|
3 years ago |
Matt Caswell
|
f12a5690de
Add the concept of a child OSSL_LIB_CTX
|
3 years ago |
Pauli
|
8f08957674
rename ossl_provider_forall_loaded to ossl_provider_doall_activated
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Pauli
|
b0001d0cf2
provider: add an unquery function to allow providers to clean up.
|
4 years ago |
Pauli
|
299f5ff3b5
provider: add option to load a provider without disabling the fallbacks.
|
3 years ago |
Richard Levitte
|
390f9bad69
CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER reference
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Pauli
|
ebe3f24b3d
provider: disable fall-backs if OSSL_PROVIDER_load() fails.
|
4 years ago |
Shane Lontis
|
04cb5ec0b7
Add 'on demand self test' and status test to providers
|
4 years ago |
Matt Caswell
|
82ec09ec6d
Add the OSSL_PROVIDER_get_capabilities() API function
|
4 years ago |
Matt Caswell
|
d01d375264
Implement OSSL_PROVIDER_get0_provider_ctx()
|
4 years ago |
Matt Caswell
|
5f603a280c
Enable applications to directly call a provider's query operation
|
4 years ago |
Matt Caswell
|
00c405b365
Update copyright year
|
4 years ago |
Richard Levitte
|
a7ad40c502
Add OSSL_PROVIDER_do_all()
|
4 years ago |
Richard Levitte
|
dca97d0062
Rename provider and core get_param_types functions
|
5 years ago |