Ability to disable server_name extension (RFC 6066)

This commit is contained in:
Paul Bakker 2013-08-27 21:55:01 +02:00
parent d2f068e071
commit 0be444a8b1
8 changed files with 41 additions and 6 deletions

View file

@ -597,6 +597,15 @@
*/
#define POLARSSL_SSL_SESSION_TICKETS
/**
* \def POLARSSL_SSL_SERVER_NAME_INDICATION
*
* Enable support for RFC 6066 server name indication (SNI) in SSL
*
* Comment this macro to disable support for server name indication in SSL
*/
#define POLARSSL_SSL_SERVER_NAME_INDICATION
/**
* \def POLARSSL_SSL_TRUNCATED_HMAC
*