From: Victor Stinner Date: Tue, 6 Jan 2015 12:53:09 +0000 (+0100) Subject: Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL X-Git-Tag: v3.5.0a1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ce67a956083a1280e6aace0f7115cac9f2f32dd;p=thirdparty%2FPython%2Fcpython.git Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index cd237012605b..dc2932aead91 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -327,6 +327,8 @@ Random generation 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