diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-23 08:07:27 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-23 08:07:27 -0700 |
commit | 2332c19d8302dc079f9fd4113e137123e63e6ac3 (patch) | |
tree | d539ba248c927d32ea8f2b8a75821785f82e63be /docs/hazmat/backends | |
parent | 14df7ca79e9c86349ca5035c0f3b3fda65b6b256 (diff) | |
download | cryptography-2332c19d8302dc079f9fd4113e137123e63e6ac3.tar.gz cryptography-2332c19d8302dc079f9fd4113e137123e63e6ac3.tar.bz2 cryptography-2332c19d8302dc079f9fd4113e137123e63e6ac3.zip |
New Anchor here
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 fdfadf0b..43e5d8f3 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -73,6 +73,6 @@ from the same pool as ``/dev/random``. .. _`OpenSSL`: https://www.openssl.org/ -.. _`initializing the RNG`: http://en.wikipedia.org/wiki/OpenSSL#Vulnerability_in_the_Debian_implementation +.. _`initializing the RNG`: https://en.wikipedia.org/wiki/OpenSSL#Predictable_keys_.28Debian-specific.29 .. _`Yarrow`: http://en.wikipedia.org/wiki/Yarrow_algorithm .. _`Microsoft documentation`: http://msdn.microsoft.com/en-us/library/windows/desktop/aa379942(v=vs.85).aspx |