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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ce67a956083a1280e6aace0f7115cac9f2f32dd;p=python 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 cd23701260..dc2932aead 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