[issue8109] Server-side support for TLS Server Name Indication extension

2013-04-11 Thread Kazuhiro Yoshida
Kazuhiro Yoshida added the comment: Thanks for a comment. I've made a version that adds a line to the document. -- Added file: http://bugs.python.org/file29776/issue-8109.patch ___ Python tracker <http://bugs.python.org/i

[issue8109] Server-side support for TLS Server Name Indication extension

2013-04-10 Thread Kazuhiro Yoshida
Kazuhiro Yoshida added the comment: I am trying to use SSLContext.set_servername_callback in my program but when a callback is set, it seems that connecting to the server without providing a server name causes a segmentation fault. (e.g. 'openssl s_client -connect localhost:443 -serve