aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-12 12:47:05 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-12 09:47:05 -0800
commit9b198104db8b53178212b5849919b6a61ca794ab (patch)
tree3a035cfb5981e68d8081e767f3a276d25c5561a3 /docs/hazmat
parent19b5d248f2122ace443d2d3596f9dd14f78a4d30 (diff)
downloadcryptography-9b198104db8b53178212b5849919b6a61ca794ab.tar.gz
cryptography-9b198104db8b53178212b5849919b6a61ca794ab.tar.bz2
cryptography-9b198104db8b53178212b5849919b6a61ca794ab.zip
Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/backends/openssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst
index 52aeeafb..07ae74a2 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -106,7 +106,7 @@ seeded from the same pool as ``/dev/random``.
+------------------------------------------+------------------------------+
| Windows | ``CryptGenRandom()`` |
+------------------------------------------+------------------------------+
-| Linux >= 3.4.17 with working | ``getrandom(GRND_NONBLOCK)`` |
+| Linux >= 3.17 with working | ``getrandom(GRND_NONBLOCK)`` |
| ``SYS_getrandom`` syscall | |
+------------------------------------------+------------------------------+
| OpenBSD >= 5.6 | ``getentropy()`` |