Add option to respect client ciphersuite order

This commit is contained in:
Manuel Pégourié-Gonnard 2013-11-30 18:30:06 +01:00
parent 011a8db2e7
commit 1a9f2c7245
2 changed files with 22 additions and 0 deletions

View file

@ -642,6 +642,16 @@
*/
#define POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
/**
* \def POLARSSL_SSL_SRV_RESPECT_CLIENT_PREFERENCE
*
* Pick the ciphersuite according to the client's preferences rather than ours
* in the SSL Server module (POLARSSL_SSL_SRV_C).
*
* Uncomment this macro to respect client's ciphersuite order
*/
//#define POLARSSL_SSL_SRV_RESPECT_CLIENT_PREFERENCE
/**
* \def POLARSSL_SSL_MAX_FRAGMENT_LENGTH
*