mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Support for the ALPN SSL extension (re-enabled in config.h)
This commit is contained in:
parent
83d8c73c91
commit
27e36d342c
2 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue