mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:58:26 +00: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
|
@ -1,7 +1,12 @@
|
||||||
PolarSSL ChangeLog (Sorted per branch, date)
|
PolarSSL ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
ABI Alert: ALPN changes the ABI for the next release.
|
||||||
|
|
||||||
= PolarSSL 1.3 branch
|
= PolarSSL 1.3 branch
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Support for the ALPN SSL extension
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* x509_crt_info() now prints information about parsed extensions as well
|
* x509_crt_info() now prints information about parsed extensions as well
|
||||||
|
|
||||||
|
|
|
@ -866,12 +866,9 @@
|
||||||
* Enable support for Application Layer Protocol Negotiation.
|
* Enable support for Application Layer Protocol Negotiation.
|
||||||
* draft-ietf-tls-applayerprotoneg-05
|
* draft-ietf-tls-applayerprotoneg-05
|
||||||
*
|
*
|
||||||
* This is disabled by default in the 1.3.x line since it breaks ABI
|
* Comment this macro to disable support for ALPN.
|
||||||
* compatibility.
|
|
||||||
*
|
|
||||||
* Uncomment this macro to enable support for ALPN.
|
|
||||||
*/
|
*/
|
||||||
//#define POLARSSL_SSL_ALPN
|
#define POLARSSL_SSL_ALPN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_SSL_SESSION_TICKETS
|
* \def POLARSSL_SSL_SESSION_TICKETS
|
||||||
|
|
Loading…
Reference in a new issue