Message154982
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) |
|
| 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: <[email protected]> |
| 2012-03-05 21:54:27 | pitrou | link | issue14204 messages |
| 2012-03-05 21:54:27 | pitrou | create | |
|