Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DOPENSSL_fork_prepare.pod8 - OpenSSL fork handlers
33 Platforms without fork(2) will probably not need to use these functions.
34 Platforms with fork(2) but without pthread_atfork(3) will probably need
44 be called before a fork() is done. After the fork() returns, the parent
H A DOPENSSL_init_crypto.pod173 With this option the library will register its fork handlers.
/openssl/
H A DREADME.md92 new features, you need to fork the OpenSSL repository openssl/openssl on
93 GitHub and clone your public fork instead.
H A DNEWS.md189 * Fixed a fork protection issue ([CVE-2019-1549])
243 * The DRBG instances are fork-safe.
H A DCHANGES.md1854 * Deprecated pthread fork support methods.
2198 * Fixed a fork protection issue. OpenSSL 1.1.1 introduced a rewritten random
2200 event of a fork() system call in order to ensure that the parent and child
2726 - The DRBG instances are fork-safe.
12409 * Have the CHIL engine fork-safe (as defined by nCipher) and actually
17136 - Assure unique random numbers after fork().
/openssl/apps/lib/
H A Dhttp_server.c180 switch (fpid = fork()) { in spawn_loop()
/openssl/test/
H A Ddrbgtest.c341 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
/openssl/apps/
H A Docsp.c50 pid_t fork(void) in fork() function
H A Dspeed.c3447 if (fork()) { in do_multi()
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in395 This option is available on POSIX systems (that support the fork() and other
/openssl/doc/man7/
H A Dmigration_guide.pod1922 There is no replacement for these functions. These pthread fork support methods

Completed in 101 milliseconds