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
/
context.c
Age
Commit message (
Expand
)
Author
2022-05-23
Drop the last ossl_init_casecmp() call
Richard Levitte
2022-04-21
Public API functions OPENSSL_str[n]casecmp
Dmitry Belyavskiy
2022-03-15
Update copyright year
Matt Caswell
2022-02-04
Add missing CRYPTO_THREAD_cleanup_local of default_context_thread_local
Harry Sintonen
2021-12-17
context_init: Fix cleanup in error handling
Tomas Mraz
2021-11-15
Stop receiving child callbacks in a child libctx when appropriate
Matt Caswell
2021-05-11
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-04
Create libcrypto support for BIO_new_from_core_bio()
Matt Caswell
2021-04-22
Remove obsolete comment
Dr. Matthias St. Pierre
2021-04-19
Add the function OSSL_LIB_CTX_get0_global_default()
Matt Caswell
2021-04-19
Change the semantics of OSSL_LIB_CTX_set0_default() NULL handling
Matt Caswell
2021-04-08
property: lock the lib ctx when updating the property definition cache
Pauli
2021-03-18
Fix external symbols for crypto_*
Shane Lontis
2021-03-14
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-02-02
Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()
Matt Caswell
2021-01-28
Update copyright year
Richard Levitte
2021-01-14
Make sure we take the ctx->lock in ossl_lib_ctx_generic_new()
Matt Caswell
2021-01-12
Use centralized fetching errors
Richard Levitte
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-01
Run the withlibctx.pl script
Matt Caswell
2020-06-28
CORE: Add an internal function to distinguish the global default context
Richard Levitte
2020-06-28
CORE: Add OPENSSL_CTX_set0_default(), to set a default library context
Richard Levitte
2020-04-28
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-23
Update copyright year
Matt Caswell
2020-03-27
Put an error on the stack in the event of a fetch failure
Matt Caswell
2020-03-20
Add support for passing the libctx to the config loader
Shane Lontis
2019-09-28
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-08-29
Make sure we pre-initialise properties
Matt Caswell
2019-08-29
Fix context locking
Matt Caswell
2019-06-17
Tell the FIPS provider about thread stop events
Matt Caswell
2019-06-17
Add the function openssl_ctx_get_concrete()
Matt Caswell
2019-05-23
Make core code available within the FIPS module
Matt Caswell
2019-05-02
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
Add support for openssl_ctx_run_once and openssl_ctx_onfree
Matt Caswell
2019-02-16
Add an OpenSSL library context
Richard Levitte