diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-21 18:47:54 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-04-21 17:47:54 -0500 |
commit | 01c634c3cc9e76d4b66fa7904604f2a32d46ef5d (patch) | |
tree | be44105c2d7c3b4646345b1190f2753404e89067 | |
parent | cd258d531c93c51772fa5e52658f47912aff4fbd (diff) | |
download | cryptography-01c634c3cc9e76d4b66fa7904604f2a32d46ef5d.tar.gz cryptography-01c634c3cc9e76d4b66fa7904604f2a32d46ef5d.tar.bz2 cryptography-01c634c3cc9e76d4b66fa7904604f2a32d46ef5d.zip |
Make a paragraph slightly more clear (#2874)
-rw-r--r-- | docs/hazmat/backends/openssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 03ac5570..f488a8bc 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -43,7 +43,7 @@ Red Hat Enterprise Linux 5) and greater. Earlier versions may work but are OS random engine ---------------- -OpenSSL uses a user-space CSPRNG that is seeded from system random ( +By default OpenSSL uses a user-space CSPRNG that is seeded from system random ( ``/dev/urandom`` or ``CryptGenRandom``). This CSPRNG is not reseeded automatically when a process calls ``fork()``. This can result in situations where two different processes can return similar or identical keys and |