Ability to disable server_name extension (RFC 6066)
This commit is contained in:
parent
d2f068e071
commit
0be444a8b1
8 changed files with 41 additions and 6 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue