Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Hugo Landau
|
629b408c12
QUIC: Fix bugs where threading is disabled
|
1 year ago |
Tomas Mraz
|
894f2166ef
CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation error
|
2 years ago |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 years ago |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 years ago |
Matt Caswell
|
d5e742de65
Add some more CRYPTO_atomic functions
|
3 years ago |
Dr. Matthias St. Pierre
|
849529257c
drbg: ensure fork-safety without using a pthread_atfork handler
|
5 years ago |
Richard Levitte
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
Andy Polyakov
|
d2b863643d
crypto/threads_*: remove CRYPTO_atomic_{read|write}.
|
6 years ago |
Richard Levitte
|
28428130db
Update copyright year
|
6 years ago |
Rich Salz
|
7de2b9c4af
Set error code if alloc returns NULL
|
6 years ago |
Pauli
|
30ff41beab
Add atomic write call
|
7 years ago |
Pauli
|
94683b7acb
Add a CRYPTO_atomic_read call which allows an int variable to be read
|
7 years ago |
Matt Caswell
|
fb7621cb4b
Remove OPENSSL_assert() from crypto/threads_none.c
|
7 years ago |
Rich Salz
|
5f8dd0f849
Add missing include of cryptlib.h
|
7 years ago |
Dr. Stephen Henson
|
1297ef9928
Fix build with no-threads no-ec
|
7 years ago |
Rich Salz
|
2915fe19a6
Add fork handlers, based on pthread_atfork
|
7 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 years ago |
Viktor Dukhovni
|
5c4328f04f
Fold threads.h into crypto.h making API public
|
8 years ago |
Alessandro Ghedini
|
71a04cfca0
Implement new multi-threading API
|
9 years ago |