[Python-checkins] cpython: Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL

victor.stinner python-checkins at python.org
Tue Jan 6 14:00:50 CET 2015


https://hg.python.org/cpython/rev/05d7550bd2d9
changeset:   94048:05d7550bd2d9
parent:      94046:9654ef862c2b
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jan 06 13:53:09 2015 +0100
summary:
  Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL

files:
  Doc/library/ssl.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -327,6 +327,8 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list