[issue5497] openssl compileerror with original source

2015-05-30 Thread Zachary Ware
Zachary Ware added the comment: If this wasn't outdated two and a half years ago, it is now :) -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___

[issue5497] openssl compileerror with original source

2015-04-16 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower, zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue5497] openssl compileerror with original source

2015-04-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: what's the status of this issue? about SSL and Python on Windows for the builder script. -- nosy: +matrixise ___ Python tracker ___ ___

[issue5497] openssl compileerror with original source

2012-10-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: I think this issue is outdated. ocean-city, is this still concern for you? FWIW, I'll be removing the VC6 build process from the 3.4 (default) branch soon. -- ___ Python tracker

[issue5497] openssl compileerror with original source

2012-10-01 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue5497] openssl compileerror with original source

2012-10-01 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +pitrou versions: +Python 3.2, Python 3.3, Python 3.4 -Python 2.6, Python 3.0, Python 3.1 ___ Python tracker ___ __

[issue5497] openssl compileerror with original source

2010-09-23 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: PCBuild on py3k have fix for this. We'll need to investigate/merge in other branches and version. -- ___ Python tracker ___

[issue5497] openssl compileerror with original source

2009-03-31 Thread Christian Heimes
Christian Heimes added the comment: For legal reasons we can't ship Python with certain algorithms. If I can recall correctly IDEA is one of the patented algorithms. The patch is looking goo.d -- ___ Python tracker

[issue5497] openssl compileerror with original source

2009-03-30 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue5497] openssl compileerror with original source

2009-03-16 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : I ported "compile openssl without perl" scheme into PC/VC6 from PCBuild. And I noticed openssl compilation fails with a message "IDEA is disabled" if I use original source code from openssl homepage. I hope attached patch will fix this. openssl's Configure