index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
provider_core.c
Age
Commit message (
Expand
)
Author
2022-10-25
Finer grained error records for provider load/init failures
Richard Levitte
2022-10-25
Fix a lock in provider_remove_store_methods()
Matt Caswell
2022-07-20
Coverity 1503321 & 1503327: dereference after null check
Pauli
2022-07-17
Coverity 1503321 & 1503327: dereference after null check
Pauli
2022-07-13
Pre-declare all core dispatch table functions, and fix the internal ones
Richard Levitte
2022-06-28
crypto/provider_core.c: Avoid calling unlock two times
Peiwei Hu
2022-06-24
Avoid including decoder/encoder/store headers into fips module
Tomas Mraz
2022-06-21
Update copyright year
Matt Caswell
2022-06-02
Don't call ossl_provider_free() without first setting refcnt
Matt Caswell
2022-06-02
Fix a memory leak is ossl_provider_doall_activated
Matt Caswell
2022-05-05
Add method store cache flush and method removal to non-EVP operations
Richard Levitte
2022-05-05
Make it possible to remove methods by the provider that provides them
Richard Levitte
2022-05-05
Don't empty the method store when flushing the query cache
Richard Levitte
2022-05-05
Drop ossl_provider_clear_all_operation_bits() and all uses of it
Richard Levitte
2021-12-24
permitting no/empty digest in core_obj_add_sigid for openssl-3.0
Michael Baentsch
2021-12-17
ossl_provider_add_to_store: Avoid use-after-free
Tomas Mraz
2021-11-15
Hold the flag_lock when calling child callbacks
Matt Caswell
2021-11-15
Use a write lock during ossl_provider_find()
Matt Caswell
2021-11-15
Don't bail out during provider deactivation if we don't have store
Matt Caswell
2021-11-15
Don't try and do ossl_provider_find in ossl_provider_new
Matt Caswell
2021-11-15
Don't attempt to deactive child providers if we don't need to
Matt Caswell
2021-08-31
Refactor provider_core.c to adhere to the locking rules
Matt Caswell
2021-08-31
Add commentary about lock usage in provider_core.c
Matt Caswell
2021-06-24
Fix a race in ossl_provider_add_to_store()
Matt Caswell
2021-06-24
Move OPENSSL_add_builtin back into provider.c
Matt Caswell
2021-06-24
make struct provider_info_st a full type
Matt Caswell
2021-06-24
Don't skip the current provider in ossl_provider_register_child_cb
Matt Caswell
2021-06-24
Don't hold any locks while calling the provider init function
Matt Caswell
2021-06-24
Only associate a provider with a store once it has been added to it
Matt Caswell
2021-06-24
Merge ossl_provider_activate() and ossl_provider_activate_child()
Matt Caswell
2021-06-24
Set use_fallbacks to zero when we add a provider to the store
Matt Caswell
2021-06-24
Remove flag_couldbechild
Matt Caswell
2021-06-24
Add a new provider to the store only after we activate it
Matt Caswell
2021-06-24
Instantiate configuration supplied providers when we need them
Matt Caswell
2021-06-24
Instantiate user-added builtin providers when we need them
Matt Caswell
2021-06-24
Instantiate predefined providers just-in-time
Matt Caswell
2021-06-16
Add various OBJ functions as callbacks
Matt Caswell
2021-06-11
ossl_provider_set_module_path: Prevent potential UAF
Tomas Mraz
2021-06-02
crypto: remove TODOs
Pauli
2021-06-01
Rename also the OSSL_PROVIDER_name() function
Tomas Mraz
2021-05-24
Fix a memleak in the FIPS provider
Matt Caswell
2021-05-20
Update documentation for global properties mirroring
Matt Caswell
2021-05-20
Add a callback for providers to know about global properties changes
Matt Caswell
2021-05-18
provider: fix coverity 1484884: uninitialised lock use
Pauli
2021-05-15
Init the child providers immediately on creation of the child libctx
Matt Caswell
2021-05-11
Exclude child provider code from the FIPS module
Matt Caswell
2021-05-11
Don't convert pre-existing providers into children
Matt Caswell
2021-05-11
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
Register callbacks with core for child provider creation/deletion
Matt Caswell
2021-05-11
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
[next]