Message 154982 - Python tracker (original) (raw)

Message154982

Author pitrou
Recipients colinmarc, loewis, pitrou
Date 2012-03-05.21:54:27
SpamBayes Score 1.3817581e-06
Marked as misclassified No
Message-id 1330984467.84.0.450984490948.issue14204@psf.upfronthosting.co.za
In-reply-to
Content
Hello Marc, > Recent versions of OpenSSL (1.0.1 and greater) support a new extension > to SSL/TLS called Next Protocol Negotiation, defined here: > http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-02. Apparently this is an IETF draft. Do you know if it is stabilized enough that it won't change significantly? Also, please notice that the ssl module (starting from Python 3.2) now exposes the notion of an SSL context. The setting of NPN parameters should probably be exposed as a context method and/or a parameter to SSLContext.wrap_socket(). (see http://docs.python.org/dev/library/ssl.html#ssl-contexts for docs)
History
Date User Action Args
2012-03-05 21:54:27 pitrou set recipients: + pitrou, loewis, colinmarc
2012-03-05 21:54:27 pitrou set messageid: 1330984467.84.0.450984490948.issue14204@psf.upfronthosting.co.za
2012-03-05 21:54:27 pitrou link issue14204 messages
2012-03-05 21:54:27 pitrou create