mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Support for the ALPN SSL extension (re-enabled in config.h)
This commit is contained in:
@ -866,12 +866,9 @@
|
||||
* Enable support for Application Layer Protocol Negotiation.
|
||||
* draft-ietf-tls-applayerprotoneg-05
|
||||
*
|
||||
* This is disabled by default in the 1.3.x line since it breaks ABI
|
||||
* compatibility.
|
||||
*
|
||||
* Uncomment this macro to enable support for ALPN.
|
||||
* Comment this macro to disable support for ALPN.
|
||||
*/
|
||||
//#define POLARSSL_SSL_ALPN
|
||||
#define POLARSSL_SSL_ALPN
|
||||
|
||||
/**
|
||||
* \def POLARSSL_SSL_SESSION_TICKETS
|
||||
|
Reference in New Issue
Block a user