index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
initthread.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/initthread.c: fix misspelled OSSL_provider_init() in comment
Matthias St. Pierre
2023-10-26
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
Fix a mem leak when the FIPS provider is used in a different thread
Matt Caswell
2023-09-27
1
-2
/
+20
*
fips: use seed source requested
Pauli
2023-09-27
1
-1
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-12
/
+5
*
Avoid a race in init_thread_stop()
Matt Caswell
2021-11-12
1
-0
/
+15
*
Fix a memleak in the FIPS provider
Matt Caswell
2021-05-24
1
-5
/
+10
*
core: condition out more in FIPS builds
Pauli
2021-05-24
1
-0
/
+4
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+1
*
Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a comment
Matt Caswell
2021-03-14
1
-3
/
+3
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-5
/
+9
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Fix a crash with multi-threaded applications using the FIPS module
Matt Caswell
2021-01-14
1
-2
/
+4
*
remove unused return value assignments
Pauli
2020-12-03
1
-1
/
+1
*
Prevent potential UAF in init_thread_deregister()
jwalch
2020-11-02
1
-0
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-15
/
+15
*
Fix coverity CID #1454815 - NULL ptr dereference in initthread.c
Shane Lontis
2020-09-05
1
-1
/
+2
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Maintain strict type discipline between the core and providers
Matt Caswell
2020-05-16
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-9
/
+9
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Fix init_thread_stop
Matt Caswell
2020-01-20
1
-5
/
+10
*
Thread: Avoid a NULL dereference after failed initialisation.
Pauli
2019-11-22
1
-0
/
+2
*
Cleanup: move remaining providers/common/include/internal/*.h
Richard Levitte
2019-10-10
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix init_get_thread_local()
Dr. Matthias St. Pierre
2019-07-18
1
-26
/
+38
*
remove end of line spaces
Pauli
2019-07-16
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Provide an ability to deregister thread stop handlers
Matt Caswell
2019-06-19
1
-6
/
+161
*
Standardise the function naming conventions in initthread.c
Matt Caswell
2019-06-17
1
-15
/
+15
*
Add the function OPENSSL_thread_stop_ex()
Matt Caswell
2019-06-17
1
-0
/
+11
*
Tell the FIPS provider about thread stop events
Matt Caswell
2019-06-17
1
-46
/
+102
*
Provide a version of ossl_init_thread_start that works in FIPS mode
Matt Caswell
2019-06-17
1
-11
/
+74
*
Split thread intialisation and handling out of init.c
Matt Caswell
2019-06-17
1
-0
/
+129