[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 Unsub

[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'

[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 ___ ___ Py

[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.pytho

[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.pyth

[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.

[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 __

[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/inc

[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.pyth

[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://mai

[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

[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

[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 ___ __

[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

[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, Tkin

[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, Extensi

[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 ___

[issue24557] Refactor LibreSSL / EGD detection

2015-07-03 Thread koobs
Changes by koobs : -- components: +Build, Library (Lib) keywords: +easy, needs review nosy: +koobs ___ Python tracker ___ ___ Python-b

[issue24557] Refactor LibreSSL / EGD detection

2015-07-03 Thread Bernard Spil
Changes by Bernard Spil : -- versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24557] Refactor LibreSSL / EGD detection

2015-07-03 Thread Bernard Spil
Changes by Bernard Spil : Added file: http://bugs.python.org/file39852/patch-RAND_egd ___ Python tracker ___ ___ Python-bugs-list mailing list

[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: 24616