[issue31429] TLS cipher suite compile time option for downstream

2018-01-29 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue31429] TLS cipher suite compile time option for downstream

2018-01-29 Thread Christian Heimes
Christian Heimes added the comment: New changeset 892d66e422d5367673163d62ba40cd70a37d5cf7 by Christian Heimes in branch 'master': bpo-31429: Define TLS cipher suite on build time (#3532) https://github.com/python/cpython/commit/892d66e422d5367673163d62ba40cd70a37d5cf7 -- __

[issue31429] TLS cipher suite compile time option for downstream

2018-01-20 Thread Christian Heimes
Christian Heimes added the comment: My PR is ready for review. -- nosy: +alex, dstufft, janssen ___ Python tracker ___ ___ Python-bu

[issue31429] TLS cipher suite compile time option for downstream

2017-09-13 Thread Charalampos Stratakis
Changes by Charalampos Stratakis : -- nosy: +cstratak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue31429] TLS cipher suite compile time option for downstream

2017-09-12 Thread Christian Heimes
Changes by Christian Heimes : -- keywords: +patch pull_requests: +3529 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue31429] TLS cipher suite compile time option for downstream

2017-09-12 Thread Christian Heimes
New submission from Christian Heimes: Python overrides OpenSSL's default cipher suites because the default selection used to be pretty bad and insecure. Python disables cipher suites with insecure algorithm such as RC4, MD5, DES, and 3DES. The SSL module has hard-coded cipher strings for SSLCo