commit | 88b22208598c9d2b0b6e8f0c62c1bbf08607a796 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Oct 29 21:08:56 2013 +0100 |
committer | Christian Heimes <christian@cheimes.de> | Tue Oct 29 21:08:56 2013 +0100 |
tree | 8310b7882756e08986d006cffaccb93ea2cf4141 | |
parent | 41a7d5ee1799def573e97db776a310145b7c4cee [diff] [blame] |
Issue #18747: document issue with OpenSSL's CPRNG state and fork
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9d7bd5a..679cedb 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -1936,6 +1936,10 @@ Note that some platforms including FreeBSD <= 6.3, Cygwin and OS/2 EMX have known issues when using fork() from a thread. + .. warning:: + + See :mod:`ssl` for applications that use the SSL module with fork(). + Availability: Unix.