[issue24557] Refactor LibreSSL / EGD detection

2016-07-07 Thread koobs

koobs added the comment:

Thank you Benjamin :)

--
versions: +Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-07 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 7c0432cf1f2e by Benjamin Peterson in branch '3.5':
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes 
#24557)
https://hg.python.org/cpython/rev/7c0432cf1f2e

New changeset fe168c2b5e95 by Benjamin Peterson in branch 'default':
merge 3.5 (#24557)
https://hg.python.org/cpython/rev/fe168c2b5e95

New changeset 676486e1a94f by Benjamin Peterson in branch '2.7':
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes 
#24557)
https://hg.python.org/cpython/rev/676486e1a94f

--
nosy: +python-dev
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-05 Thread Larry Hastings

Larry Hastings added the comment:

At this point you're not adding this to 3.5.

--
versions:  -Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-05 Thread Larry Hastings

Changes by Larry Hastings :


--
nosy:  -larry

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-05 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
nosy:  -pitrou

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-05 Thread Brett Cannon

Changes by Brett Cannon :


--
nosy:  -brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-05 Thread Brett Cannon

Brett Cannon added the comment:

You could try bringing this up on the security-sig to see if there is enough 
interest: https://mail.python.org/mailman/listinfo/security-sig

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-07-05 Thread Bernard Spil

Bernard Spil added the comment:

It's been a year since this was created. Can we move this forward?

For the OpenSSL 1.1 changes, see
https://github.com/openssl/openssl/blob/master/Configure#L363
(egd is disabled in the default configuration)

and
https://github.com/openssl/openssl/blob/master/include/openssl/rand.h#L61
When OPENSSL_NO_EGD is defined, the EGD related methods are rempved.

This is still causing build problems on some isntallations, seems there can be 
diffences in detection between configure and build phase.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205960#

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread Paul Moore

Changes by Paul Moore :


--
nosy:  -paul.moore

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread Guido van Rossum

Changes by Guido van Rossum :


--
nosy:  -gvanrossum

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread Matthew Barnett

Changes by Matthew Barnett :


--
nosy:  -mrabarnett

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread Zachary Ware

Changes by Zachary Ware :


--
hgrepos:  -337

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread Zachary Ware

Changes by Zachary Ware :


--
assignee: docs@python -> 
nosy:  -docs@python, supriyanto maftuh, supriyantomaftuh, zach.ware
versions: +Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread SilentGhost

Changes by SilentGhost :


--
Removed message: http://bugs.python.org/msg263251

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread Berker Peksag

Changes by Berker Peksag :


--
components:  -2to3 (2.x to 3.x conversion tool), Argument Clinic, Benchmarks, 
Build, Cross-Build, Demos and Tools, Devguide, Distutils, Documentation, 
Extension Modules, IDLE, IO, Installation, Interpreter Core, Macintosh, Regular 
Expressions, Tests, Tkinter, Unicode, Windows, XML, asyncio, ctypes, email
stage:  -> patch review
versions:  -Python 2.7, Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread supriyanto maftuh,st

supriyanto maftuh,st added the comment:

Easy to review with issues phyton, maintenanca by supriyanto maftuh

--
assignee:  -> docs@python
components: +2to3 (2.x to 3.x conversion tool), Argument Clinic, Benchmarks, 
Cross-Build, Demos and Tools, Devguide, Distutils, Documentation, Extension 
Modules, IDLE, IO, Installation, Interpreter Core, Macintosh, Regular 
Expressions, Tests, Tkinter, Unicode, Windows, XML, asyncio, ctypes, email
hgrepos: +337
nosy: +Alex.Willmer, barry, brett.cannon, docs@python, dstufft, eric.araujo, 
ezio.melotti, gvanrossum, haypo, larry, mrabarnett, ned.deily, paul.moore, 
pitrou, r.david.murray, ronaldoussoren, steve.dower, supriyanto maftuh, 
supriyanto maftuh,st, tim.golden, willingc, yselivanov, zach.ware
versions: +Python 3.2, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2016-04-10 Thread Bernard Spil

Bernard Spil added the comment:

This is now also required for the upcoming OpenSSL 1.1.0 which also removed EGD 
by default

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2015-07-03 Thread koobs

Changes by koobs koobs.free...@gmail.com:


--
components: +Build, Library (Lib)
keywords: +easy, needs review
nosy: +koobs

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24557
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24557] Refactor LibreSSL / EGD detection

2015-07-03 Thread Bernard Spil

New submission from Bernard Spil:

LibreSSL added a define OPENSSL_NO_EGD to their headers in version 2.2.0 in 
line with the defines of the other removed features.

These patches remove detection of RAND_egd from configure and replace the 
detection in the source code.

--
messages: 246169
nosy: spil
priority: normal
severity: normal
status: open
title: Refactor LibreSSL / EGD detection
type: enhancement
versions: Python 2.7, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24557
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com