[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-05-18 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-05-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: I have now upgraded OpenSSL to 0.9.8x for 2.7, to 1.0.0j for 3.2, and to 1.0.1c for 3.3. -- nosy: +loewis ___ Python tracker ___

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: > A 1.0 version would be fine w/ me (I tested it with one of those and > it worked as well) - I was just thinking a bug fix release might want > to stick w/ a bug fix release of OpenSSL too. Agreed, I was replying to Victor about 3.3. -- _

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-04-10 Thread Dino Viehland
Dino Viehland added the comment: A 1.0 version would be fine w/ me (I tested it with one of those and it worked as well) - I was just thinking a bug fix release might want to stick w/ a bug fix release of OpenSSL too. -- ___ Python tracker

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, 3.3 already links with openssl-1.0.0a. However, updating to the latest 1.0.x would probably be good. -- nosy: +georg.brandl versions: +Python 3.2, Python 3.3 ___ Python tracker

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-04-10 Thread STINNER Victor
STINNER Victor added the comment: Why not upgrading to OpenSSL 1.0, at least for Python 3.3? -- nosy: +haypo ___ Python tracker ___ _

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-04-10 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue14543] Upgrade OpenSSL on Windows to 0.9.8u

2012-04-10 Thread Dino Viehland
New submission from Dino Viehland : OpenSSL has had many fixes since the 0.9.8l version, and in particular there is one issue which prevents it from connecting with SSL with a client certificate: the end result is the SSL connection hangs or times out. Updating the OpenSSL version will fix thi