[Bug 598536] Re: python ssl module sets "debug" flag on SSL struct
JC Hulce
gecko at teampr0xy.net
Mon Mar 12 07:45:03 UTC 2012
Thank you for reporting this bug to Ubuntu. The version of Ubuntu referenced in this issue has reached end of life, and the issue is fixed in newer versions of Ubuntu.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases
** Changed in: python2.3 (Ubuntu Dapper)
Status: New => Invalid
** Changed in: python2.4 (Ubuntu Dapper)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.6 in Ubuntu.
https://bugs.launchpad.net/bugs/598536
Title:
python ssl module sets "debug" flag on SSL struct
Status in Python:
Fix Released
Status in “python2.3” package in Ubuntu:
Invalid
Status in “python2.4” package in Ubuntu:
Invalid
Status in “python2.5” package in Ubuntu:
Invalid
Status in “python2.6” package in Ubuntu:
Fix Released
Status in “python2.3” source package in Lucid:
New
Status in “python2.4” source package in Lucid:
New
Status in “python2.5” source package in Lucid:
New
Status in “python2.6” source package in Lucid:
New
Status in “python2.3” source package in Dapper:
Invalid
Status in “python2.4” source package in Dapper:
Invalid
Status in “python2.5” source package in Dapper:
Invalid
Status in “python2.6” source package in Dapper:
Invalid
Bug description:
Binary package hint: python2.6
Taken from the upstream Python bug:
The ssl module sets a "debug" flag on the OpenSSL SSL struct at the
end of PySSL_SSLdo_handshake():
self->ssl->debug = 1;
The OpenSSL header files have this to say about this flag:
/* set this flag to 1 and a sleep(1) is put into all SSL_read()
* and SSL_write() calls, good for nbio debuging :-) */
int debug;
In addition to fixing this in Maverick, this seems like a substantial
enough performance impact and a trivial enough fix to be worth
backporting as an SRU.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/598536/+subscriptions
More information about the foundations-bugs
mailing list