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.

Author tweksteen
Recipients tweksteen
Date 2012-07-27.01:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343352856.85.0.212414509347.issue15464@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a patch for Python 3 to expose the function
SSL_CTX_set_msg_callback in the module ssl.

Here is a description of this function:
"SSL_CTX_set_msg_callback() or SSL_set_msg_callback() can be used
to define a message callback function cb for observing all SSL/TLS
protocol messages (such as handshake messages) that are received or sent."

There is also a test case included in the patch.

Comments are welcomed.
History
Date User Action Args
2012-07-27 01:34:16tweksteensetrecipients: + tweksteen
2012-07-27 01:34:16tweksteensetmessageid: <1343352856.85.0.212414509347.issue15464@psf.upfronthosting.co.za>
2012-07-27 01:34:16tweksteenlinkissue15464 messages
2012-07-27 01:34:15tweksteencreate