index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
context.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FIPS indicator callback.
slontis
2024-07-11
1
-0
/
+11
*
docs: document that *_free(NULL) does nothing
Vita Batrla
2024-06-27
1
-2
/
+2
*
Move stack of compression methods from libssl to OSSL_LIB_CTX
sashan
2024-05-28
1
-0
/
+22
*
Do not use bit fields for context data flag variables
Tomas Mraz
2024-05-09
1
-4
/
+4
*
Make conf_diagnostics apply also to the SSL conf errors
Tomas Mraz
2024-05-09
1
-0
/
+17
*
Make rcu_thread_key context-aware
Neil Horman
2024-04-19
1
-1
/
+15
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Remove include/internal/decoder.h, as it's superfluous
Richard Levitte
2023-08-15
1
-1
/
+1
*
Optimise PKEY decoders
Matt Caswell
2023-07-17
1
-2
/
+20
*
Fix calling pthread_key_delete on uninitialized data
Petr Mikhalicin
2023-04-24
1
-2
/
+17
*
Add functions supporting thread pool only when it is enabled
Tomas Mraz
2022-11-22
1
-3
/
+3
*
Release the drbg in the global default context before engines
Tomas Mraz
2022-11-02
1
-0
/
+9
*
crypto: add preemptive threading support
Čestmír Kalina
2022-10-17
1
-0
/
+20
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Remove unused libctx functions (runonce, onfree)
Hugo Landau
2022-04-06
1
-76
/
+0
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-133
/
+307
*
Add missing CRYPTO_THREAD_cleanup_local of default_context_thread_local
Harry Sintonen
2022-02-04
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
context_init: Fix cleanup in error handling
Tomas Mraz
2021-12-17
1
-5
/
+5
*
Stop receiving child callbacks in a child libctx when appropriate
Matt Caswell
2021-11-12
1
-0
/
+4
*
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
1
-1
/
+30
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-1
/
+2
*
Create libcrypto support for BIO_new_from_core_bio()
Matt Caswell
2021-05-04
1
-0
/
+16
*
Remove obsolete comment
Dr. Matthias St. Pierre
2021-04-22
1
-1
/
+0
*
Add the function OSSL_LIB_CTX_get0_global_default()
Matt Caswell
2021-04-19
1
-2
/
+10
*
Change the semantics of OSSL_LIB_CTX_set0_default() NULL handling
Matt Caswell
2021-04-19
1
-2
/
+4
*
property: lock the lib ctx when updating the property definition cache
Pauli
2021-04-08
1
-0
/
+16
*
Fix external symbols for crypto_*
Shane Lontis
2021-03-18
1
-11
/
+11
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-10
/
+27
*
Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()
Matt Caswell
2021-02-02
1
-4
/
+18
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Make sure we take the ctx->lock in ossl_lib_ctx_generic_new()
Matt Caswell
2021-01-14
1
-2
/
+6
*
Use centralized fetching errors
Richard Levitte
2021-01-12
1
-0
/
+13
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-63
/
+63
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-1
/
+1
*
CORE: Add an internal function to distinguish the global default context
Richard Levitte
2020-06-28
1
-0
/
+9
*
CORE: Add OPENSSL_CTX_set0_default(), to set a default library context
Richard Levitte
2020-06-28
1
-21
/
+54
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-5
/
+5
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Put an error on the stack in the event of a fetch failure
Matt Caswell
2020-03-27
1
-0
/
+9
*
Add support for passing the libctx to the config loader
Shane Lontis
2020-03-20
1
-0
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make sure we pre-initialise properties
Matt Caswell
2019-08-29
1
-0
/
+10
*
Fix context locking
Matt Caswell
2019-08-29
1
-4
/
+38
*
Tell the FIPS provider about thread stop events
Matt Caswell
2019-06-17
1
-1
/
+3
*
Add the function openssl_ctx_get_concrete()
Matt Caswell
2019-06-17
1
-33
/
+16
*
Make core code available within the FIPS module
Matt Caswell
2019-05-23
1
-1
/
+1
*
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
1
-29
/
+130
*
Add support for openssl_ctx_run_once and openssl_ctx_onfree
Matt Caswell
2019-05-02
1
-1
/
+72
*
Add an OpenSSL library context
Richard Levitte
2019-02-16
1
-0
/
+110