Message251408
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 |
|
| Date |
User |
Action |
Args |
| 2015-09-23 06:59:31 | spil | set | recipients:
+ spil, vstinner, benjamin.peterson, Arfrever, python-dev, rpointel |
| 2015-09-23 06:59:31 | spil | set | messageid: <[email protected]> |
| 2015-09-23 06:59:31 | spil | link | issue23329 messages |
| 2015-09-23 06:59:30 | spil | create | |
|