Issue 909007: _ssl.c compatibility - Python tracker (original) (raw)

Issue909007

Created on 2004-03-03 13:13 by nicolary, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_ssl.diff.txt nicolary,2004-03-03 13:13 compatibility addition diff
Messages (2)
msg45465 - (view) Author: Samuel Nicolary (nicolary) Date: 2004-03-03 13:13
A simple addition to the _ssl.c module adds SSL compatibility for many known problematic SSL server implementations. See OpenSSL's SSL_CTX_set_options manpage for further details.
msg45466 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-07-10 21:38
Logged In: YES user_id=11375 This change seems uncontroversial, so I'm applying it to the CVS HEAD. Thanks for submitting it!
History
Date User Action Args
2022-04-11 14:56:03 admin set github: 40002
2004-03-03 13:13:30 nicolary create