This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: _ssl.c compatibility
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, nicolary
Priority: normal Keywords: patch

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:03adminsetgithub: 40002
2004-03-03 13:13:30nicolarycreate