[issue10851] further extend ssl SNI and ciphers API

2011-01-07 Thread Daniel Black
Daniel Black added the comment: acknowledged. Makes sense. -- resolution: -> rejected status: open -> closed ___ Python tracker ___

[issue10851] further extend ssl SNI and ciphers API

2011-01-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: > as a further extension to issue #5639 (sni) and issue #8322 this patch > provides the ability to set ciphers in the SSLContext.wrap_socket and > server_hostname in ssl.wrap_socket. This just makes all the ssl apis > look the same. Restructured the documentati

[issue10851] further extend ssl SNI and ciphers API

2011-01-06 Thread Daniel Black
New submission from Daniel Black : as a further extension to issue #5639 (sni) and issue #8322 this patch provides the ability to set ciphers in the SSLContext.wrap_socket and server_hostname in ssl.wrap_socket. This just makes all the ssl apis look the same. Restructured the documentation as