index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
threadstest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
threads_win: fix build error with VS2010 x86
Georgi Valkov
2024-07-01
1
-0
/
+46
*
Some minor nit corrections in the thread code for rcu
Neil Horman
2024-06-20
1
-1
/
+1
*
OSSL_LIB_CTX_load_config() must not be called concurrently on same libctx
Tomas Mraz
2024-05-09
1
-14
/
+0
*
test/threadstest.c: Add checks for CRYPTO_THREAD_lock_new()
Jiasheng Jiang
2024-05-06
1
-0
/
+11
*
Fix potential divide by zero error
Neil Horman
2024-04-24
1
-2
/
+18
*
Make rcu_thread_key context-aware
Neil Horman
2024-04-19
1
-1
/
+1
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Add locking to atomic operations in rw/rcu tests
Neil Horman
2024-04-02
1
-8
/
+13
*
Fix threadstest wrapping again
Neil Horman
2024-03-26
1
-2
/
+6
*
Make counters in rcu/rw threads torture test 64 bit
Neil Horman
2024-03-22
1
-8
/
+8
*
RCU lock implementation
Neil Horman
2024-02-01
1
-0
/
+376
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Test loading a PEM file from multiple threads
Matt Caswell
2023-07-17
1
-0
/
+52
*
Split out thread pool tests into threadpool_test
Tomas Mraz
2022-11-22
1
-287
/
+0
*
crypto: thread: remove ossl_crypto_thread_native_terminate
Čestmír Kalina
2022-10-21
1
-32
/
+1
*
test: threads: replace test_thread_noreturn
Čestmír Kalina
2022-10-21
1
-23
/
+8
*
crypto: thread: serialize concurrent joins
Čestmír Kalina
2022-10-21
1
-1
/
+1
*
crypto: add preemptive threading support
Čestmír Kalina
2022-10-17
1
-0
/
+333
*
BIO_s_dgram_pair
Hugo Landau
2022-09-23
1
-8
/
+89
*
Make OSSL_LIB_CTX_load_config thread safe
Hugo Landau
2022-06-01
1
-0
/
+14
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
threadstest: use locking for tsan operations if required
Pauli
2022-01-13
1
-2
/
+26
*
threadstest: add write check to lock checking
Pauli
2022-01-13
1
-0
/
+2
*
Fix EVP_PKEY_decrypt return check
Peiwei Hu
2021-11-22
1
-2
/
+3
*
Extend the test_multi_load() test
Matt Caswell
2021-11-12
1
-3
/
+19
*
test: add threading test for object creation
Pauli
2021-09-25
1
-140
/
+232
*
test: fix test ordering in threads test
Pauli
2021-06-30
1
-14
/
+28
*
Always wait for both threads to finish
Rich Salz
2021-06-16
1
-5
/
+9
*
test: fix typo in comment in threadstest.c
Pauli
2021-05-24
1
-1
/
+1
*
test: add test case to reliably reproduce RAND leak during POST
Pauli
2021-05-24
1
-66
/
+1
*
test: fix thread test config file problem
Pauli
2021-05-13
1
-4
/
+11
*
Add convenience functions and macros for asymmetric key generation
Dr. David von Oheimb
2021-05-11
1
-15
/
+8
*
Add a threading test for loading/unloading providers
Matt Caswell
2021-04-28
1
-1
/
+25
*
test: fix problem with threads test using default library context.
Pauli
2021-04-08
1
-1
/
+35
*
test: fix coverity 1473609 & 1473610: unchecked return values
Pauli
2021-03-25
1
-4
/
+4
*
test: fix coverity 1451562: resource leak
Pauli
2021-03-20
1
-4
/
+4
*
Non-const accessor to legacy keys
Dmitry Belyavskiy
2021-03-09
1
-1
/
+1
*
Ensure the various legacy key EVP_PKEY getters/setters are deprecated
Matt Caswell
2021-03-08
1
-0
/
+3
*
Add a multi thread test for downgrading keys
Matt Caswell
2021-03-08
1
-4
/
+32
*
test/threadstest.c: Add a test to load providers concurrently
Richard Levitte
2021-03-04
1
-0
/
+29
*
Add a multi-thread test for shared EVP_PKEYs
Matt Caswell
2021-02-02
1
-2
/
+80
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Extend the threads test to add simple fetch from multi threads
Matt Caswell
2021-01-14
1
-8
/
+33
*
Add a test for performing work in multiple concurrent threads
Matt Caswell
2021-01-14
1
-1
/
+157
*
Add a test for the new CRYPTO_atomic_* functions
Matt Caswell
2020-12-31
1
-0
/
+76
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-1
/
+2
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
Update threadstest to use the test framework
Pauli
2017-04-12
1
-79
/
+26
*
include/openssl: don't include <windows.h> in public headers.
Andy Polyakov
2016-07-08
1
-0
/
+4
[next]