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.md104 new features, you need to fork the OpenSSL repository openssl/openssl on
105 GitHub and clone your public fork instead.
H A DNEWS.md625 * Fixed a fork protection issue ([CVE-2019-1549])
679 * The DRBG instances are fork-safe.
H A DCHANGES.md3396 * Deprecated pthread fork support methods.
3740 * Fixed a fork protection issue. OpenSSL 1.1.1 introduced a rewritten random
3742 event of a fork() system call in order to ensure that the parent and child
4268 - The DRBG instances are fork-safe.
13951 * Have the CHIL engine fork-safe (as defined by nCipher) and actually
18678 - Assure unique random numbers after fork().
/openssl/apps/lib/
H A Dhttp_server.c152 switch (fpid = fork()) { in spawn_loop()
/openssl/test/
H A Ddrbgtest.c343 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
/openssl/apps/
H A Docsp.c44 pid_t fork(void) in fork() function
H A Dspeed.c4856 if (fork()) { in do_multi()
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in413 This option is available on POSIX systems (that support the fork() and other
/openssl/doc/man7/
H A Dossl-guide-migration.pod1992 There is no replacement for these functions. These pthread fork support methods

Completed in 89 milliseconds