New submission from Thiébaud Weksteen <thieb...@weksteen.fr>: 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. ---------- components: Extension Modules files: ssl_msg_callback.patch keywords: patch messages: 166532 nosy: tweksteen priority: normal severity: normal status: open title: ssl: add set_msg_callback function type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file26534/ssl_msg_callback.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15464> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com