[issue23248] Update ssl data

2015-01-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2eea364c2863 by Antoine Pitrou in branch '3.4': Issue #23248: Update ssl error codes from latest OpenSSL git master. https://hg.python.org/cpython/rev/2eea364c2863 New changeset 15f46b850257 by Antoine Pitrou in branch 'default': Issue #23248: Updat

[issue23248] Update ssl data

2015-01-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue23248] Update ssl data

2015-01-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 2.7, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23248] Update ssl data

2015-01-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: New patch merges in the old codes. -- Added file: http://bugs.python.org/file37748/update_ssl_data2.patch ___ Python tracker ___ ___

[issue23248] Update ssl data

2015-01-16 Thread Antoine Pitrou
New submission from Antoine Pitrou: Amusingly OpenSSL has removed some error codes, so perhaps we should only apply this to the default branch. -- components: Library (Lib) files: update_ssl_data.patch keywords: patch messages: 234114 nosy: alex, christian.heimes, dstufft, giampaolo.rod