mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
849529257c
When the new OpenSSL CSPRNG was introduced in version 1.1.1,
it was announced in the release notes that it would be fork-safe,
which the old CSPRNG hadn't been.
The fork-safety was implemented using a fork count, which was
incremented by a pthread_atfork handler. Initially, this handler
was enabled by default. Unfortunately, the default behaviour
had to be changed for other reasons in commit
|
||
---|---|---|
.. | ||
__DECC_INCLUDE_EPILOGUE.H | ||
__DECC_INCLUDE_PROLOGUE.H | ||
aria.h | ||
asn1_dsa.h | ||
asn1_int.h | ||
async.h | ||
bn_conf.h.in | ||
bn_dh.h | ||
bn_int.h | ||
bn_srp.h | ||
chacha.h | ||
ciphermode_platform.h | ||
cms_int.h | ||
cryptlib_int.h | ||
ctype.h | ||
dso_conf.h.in | ||
ec_int.h | ||
engine.h | ||
err_int.h | ||
ess_int.h | ||
evp_int.h | ||
lhash.h | ||
md32_common.h | ||
modes_int.h | ||
objects.h | ||
poly1305.h | ||
rand_int.h | ||
sha.h | ||
siphash.h | ||
siv_int.h | ||
sm2.h | ||
sm2err.h | ||
sm4.h | ||
sparse_array.h | ||
store_int.h | ||
store.h | ||
x509_int.h |