Searched refs:fork (Results 1 – 11 of 11) sorted by relevance
8 - OpenSSL fork handlers33 Platforms without fork(2) will probably not need to use these functions.34 Platforms with fork(2) but without pthread_atfork(3) will probably need44 be called before a fork() is done. After the fork() returns, the parent
173 With this option the library will register its fork handlers.
104 new features, you need to fork the OpenSSL repository openssl/openssl on105 GitHub and clone your public fork instead.
625 * Fixed a fork protection issue ([CVE-2019-1549])679 * The DRBG instances are fork-safe.
3396 * Deprecated pthread fork support methods.3740 * Fixed a fork protection issue. OpenSSL 1.1.1 introduced a rewritten random3742 event of a fork() system call in order to ensure that the parent and child4268 - The DRBG instances are fork-safe.13951 * Have the CHIL engine fork-safe (as defined by nCipher) and actually18678 - Assure unique random numbers after fork().
152 switch (fpid = fork()) { in spawn_loop()
343 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
44 pid_t fork(void) in fork() function
4856 if (fork()) { in do_multi()
413 This option is available on POSIX systems (that support the fork() and other
1992 There is no replacement for these functions. These pthread fork support methods
Completed in 89 milliseconds