]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jan 2015 12:54:58 +0000 (13:54 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jan 2015 12:54:58 +0000 (13:54 +0100)
commitfcfed1991382f9697df574fae4115a9f815adca0
tree5f9519dcdc56aab61eea2e7d6ef280f1f70e47f5
parent9d01717f373d0180e2804c827efbc40d8cf72063
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
availability of the function is checked during the compilation. Patch written
by Bernard Spil.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c
configure
configure.ac
pyconfig.h.in