index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
provider.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Correctly activate the provider in OSSL_PROVIDER_try_load
Matt Caswell
2021-11-12
1
-0
/
+6
*
Don't attempt to deactive child providers if we don't need to
Matt Caswell
2021-11-12
1
-2
/
+2
*
Fix a race in ossl_provider_add_to_store()
Matt Caswell
2021-06-24
1
-3
/
+4
*
Move OPENSSL_add_builtin back into provider.c
Matt Caswell
2021-06-24
1
-0
/
+25
*
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
-3
/
+12
*
Instantiate user-added builtin providers when we need them
Matt Caswell
2021-06-24
1
-23
/
+0
*
Instantiate predefined providers just-in-time
Matt Caswell
2021-06-24
1
-12
/
+0
*
Rename also the OSSL_PROVIDER_name() function
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
1
-1
/
+1
*
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
1
-0
/
+5
*
rename ossl_provider_forall_loaded to ossl_provider_doall_activated
Pauli
2021-03-12
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
provider: add an unquery function to allow providers to clean up.
Pauli
2021-02-24
1
-0
/
+7
*
provider: add option to load a provider without disabling the fallbacks.
Pauli
2021-02-23
1
-3
/
+4
*
CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER reference
Richard Levitte
2020-12-17
1
-0
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-5
/
+5
*
provider: disable fall-backs if OSSL_PROVIDER_load() fails.
Pauli
2020-08-14
1
-1
/
+9
*
Add 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
1
-0
/
+6
*
Add the OSSL_PROVIDER_get_capabilities() API function
Matt Caswell
2020-06-19
1
-1
/
+8
*
Implement OSSL_PROVIDER_get0_provider_ctx()
Matt Caswell
2020-06-05
1
-0
/
+4
*
Enable applications to directly call a provider's query operation
Matt Caswell
2020-06-05
1
-0
/
+9
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Add OSSL_PROVIDER_do_all()
Richard Levitte
2020-05-20
1
-0
/
+8
*
Rename provider and core get_param_types functions
Richard Levitte
2019-08-15
1
-2
/
+2
*
Load the config file by default
Matt Caswell
2019-08-01
1
-4
/
+4
*
Add functions to see if a provider is available for use.
Richard Levitte
2019-07-26
1
-0
/
+12
*
Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
Richard Levitte
2019-07-23
1
-1
/
+1
*
Add OSSL_PROVIDER_name()
Richard Levitte
2019-07-23
1
-0
/
+5
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-2
/
+1
*
Constify OSSL_PROVIDER getter input parameters
Richard Levitte
2019-05-31
1
-2
/
+3
*
Replumbing: New public API to load or add providers
Richard Levitte
2019-03-11
1
-0
/
+70