Matt Caswell
|
447588b69a
Add a callback for providers to know about global properties changes
|
3 years ago |
Matt Caswell
|
36a89c0439
Init the child providers immediately on creation of the child libctx
|
3 years ago |
Matt Caswell
|
abaa2dd298
Don't convert pre-existing providers into children
|
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
|
0090e50890
provider: flush the store cache when providers are loaded/unloaded.
|
3 years ago |
Pauli
|
8f08957674
rename ossl_provider_forall_loaded to ossl_provider_doall_activated
|
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 |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
FdaSilvaYY
|
3a111aadc3
include/internal: add a few missing #pragma once directives
|
3 years ago |
Richard Levitte
|
390f9bad69
CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER reference
|
3 years ago |
Dr. Matthias St. Pierre
|
a829b735b6
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
|
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 |
Dr. Matthias St. Pierre
|
23c48d94d4
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
|
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 |
Richard Levitte
|
5a29b6286f
CORE: query for operations only once per provider (unless no_store is true)
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Shane Lontis
|
36fc5fc6bd
Add FIPS Self test kats for digests
|
4 years ago |
Richard Levitte
|
e74bd29053
Prepare EVP_MAC infrastructure for moving all MACs to providers
|
5 years ago |
Richard Levitte
|
dca97d0062
Rename provider and core get_param_types functions
|
5 years ago |
Matt Caswell
|
29dc6e00f2
Load the config file by default
|
5 years ago |
Richard Levitte
|
36f5ec55e6
Add functions to see if a provider is available for use.
|
5 years ago |
Richard Levitte
|
2617501348
Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
|
5 years ago |
Richard Levitte
|
7c95390ef0
ossl_provider_upref to ossl_provider_up_ref
|
5 years ago |
Pauli
|
4e7991b497
Change OSSL_PARAM return size to not be a pointer.
|
5 years ago |
Richard Levitte
|
24626a47fb
Constify OSSL_PROVIDER getter input parameters
|
5 years ago |