This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author spil
Recipients Arfrever, benjamin.peterson, python-dev, rpointel, spil, vstinner
Date 2015-09-23.06:59:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442991571.13.0.618826650615.issue23329@psf.upfronthosting.co.za>
In-reply-to
Content
Checking if the method is actually defined is the smart way to go

From include/openssl/tls1.h
# define TLSEXT_TYPE_application_layer_protocol_negotiation

So #ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
would show you if the feature is available regardless of the implementation (Open|Boring|Libre)SSL
History
Date User Action Args
2015-09-23 06:59:31spilsetrecipients: + spil, vstinner, benjamin.peterson, Arfrever, python-dev, rpointel
2015-09-23 06:59:31spilsetmessageid: <1442991571.13.0.618826650615.issue23329@psf.upfronthosting.co.za>
2015-09-23 06:59:31spillinkissue23329 messages
2015-09-23 06:59:30spilcreate