diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 22:19:47 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-29 22:19:47 -0600 |
commit | ae2138aaa2049cd066a3679ff4d82f57b6843d61 (patch) | |
tree | 0d805601234a81e5c7796a7ccb9939c8d19d16c3 /docs/hazmat/backends | |
parent | a85baf166b9d9aec6e662a0657d2d21bcfd3df28 (diff) | |
download | cryptography-ae2138aaa2049cd066a3679ff4d82f57b6843d61.tar.gz cryptography-ae2138aaa2049cd066a3679ff4d82f57b6843d61.tar.bz2 cryptography-ae2138aaa2049cd066a3679ff4d82f57b6843d61.zip |
add a hyphen to please the spellcheck gods
Diffstat (limited to 'docs/hazmat/backends')
-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 b7133deb..8eb02ea4 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -28,7 +28,7 @@ The `OpenSSL`_ C library. OS Random Engine ---------------- -OpenSSL uses a userspace CSPRNG that is seeded from system random ( +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 |