From: Benjamin Peterson Date: Sat, 11 Apr 2015 11:44:45 +0000 (-0400) Subject: merge 3.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=339e3f33b6dad76b2622ffd34fc4b0083936fa24;p=python merge 3.4 --- 339e3f33b6dad76b2622ffd34fc4b0083936fa24 diff --cc Doc/library/ssl.rst index acee431037,394bc9f24a..37130be40e --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@@ -337,11 -335,9 +337,11 @@@ Random generatio See http://egd.sourceforge.net/ or http://prngd.sourceforge.net/ for sources of entropy-gathering daemons. + Availability: not available with LibreSSL. + .. function:: RAND_add(bytes, entropy) - Mixes the given *bytes* into the SSL pseudo-random number generator. The + Mix the given *bytes* into the SSL pseudo-random number generator. The parameter *entropy* (a float) is a lower bound on the entropy contained in string (so you can always use :const:`0.0`). See :rfc:`1750` for more information on sources of entropy.