Matt Caswell
|
fecb3aae22
Update copyright year
|
2 年之前 |
Kirill A. Korinsky
|
d39de4792d
Never use `__atomic_*` on macOS 10.7 and 10.8
|
2 年之前 |
Matt Caswell
|
5979596247
Some platforms don't have pthread_atfork
|
2 年之前 |
Randall S. Becker
|
6870c1e7b7
Defined out MUTEX attributes not available on NonStop SPT Threads.
|
3 年之前 |
Randall S. Becker
|
0d40745671
Add assert.h to threads_pthread.c for NonStop thread compiles.
|
3 年之前 |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 年之前 |
Rich Salz
|
3d8905f859
Fix error-checking compiles for mutex
|
3 年之前 |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 年之前 |
Rich Salz
|
e60147fe74
Don't make pthreads mutexes recursive.
|
3 年之前 |
Matt Caswell
|
d5e742de65
Add some more CRYPTO_atomic functions
|
3 年之前 |
Matt Caswell
|
c739222b5a
Fix no-threads
|
3 年之前 |
Randall S. Becker
|
9750b4d39c
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
|
4 年之前 |
Pauli
|
c57a59b1a0
todo: remove fork protection todo comment, it isn't relevant to the FIPS provider
|
4 年之前 |
Randall S. Becker
|
08073700cc
NonStop port updates for 3.0.0.
|
4 年之前 |
Matt Caswell
|
454afd9866
Update copyright year
|
4 年之前 |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
4 年之前 |
Dr. Matthias St. Pierre
|
849529257c
drbg: ensure fork-safety without using a pthread_atfork handler
|
5 年之前 |
Vladimir Kotal
|
d6dda392c1
use native atomic increment function on Solaris
|
5 年之前 |
Matt Caswell
|
3593266d1c
Make core code available within the FIPS module
|
5 年之前 |
Richard Levitte
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 年之前 |
Andy Polyakov
|
d2b863643d
crypto/threads_*: remove CRYPTO_atomic_{read|write}.
|
6 年之前 |
Richard Levitte
|
28428130db
Update copyright year
|
6 年之前 |
Rich Salz
|
7de2b9c4af
Set error code if alloc returns NULL
|
6 年之前 |
Pauli
|
f49452c297
Return a value from atomic read on Windows.
|
7 年之前 |
Pauli
|
30ff41beab
Add atomic write call
|
7 年之前 |
Pauli
|
94683b7acb
Add a CRYPTO_atomic_read call which allows an int variable to be read
|
7 年之前 |
Rich Salz
|
b842fcbb37
Put thread-fork-init inside a run-once guard
|
7 年之前 |
Rich Salz
|
5f8dd0f849
Add missing include of cryptlib.h
|
7 年之前 |
Rich Salz
|
2915fe19a6
Add fork handlers, based on pthread_atfork
|
7 年之前 |
Dmitry Kostjuchenko
|
bc1dba2095
Grouped data declarations [skip ci]
|
7 年之前 |