Adapt to "negative" switch for renego
This commit is contained in:
parent
590f416142
commit
86b2908236
@ -19,6 +19,7 @@
|
||||
/* PolarSSL feature support */
|
||||
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1_2
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
#define POLARSSL_AES_C
|
||||
|
@ -18,6 +18,7 @@
|
||||
#define POLARSSL_PKCS1_V15
|
||||
#define POLARSSL_KEY_EXCHANGE_RSA_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1_1
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
#define POLARSSL_AES_C
|
||||
|
@ -19,6 +19,7 @@
|
||||
/* PolarSSL feature support */
|
||||
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
#define POLARSSL_AES_C
|
||||
|
@ -25,6 +25,7 @@
|
||||
#define POLARSSL_ECP_DP_SECP384R1_ENABLED
|
||||
#define POLARSSL_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1_2
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
#define POLARSSL_AES_C
|
||||
|
@ -27,6 +27,7 @@ POLARSSL_ECP_DP_M511_ENABLED
|
||||
POLARSSL_NO_DEFAULT_ENTROPY_SOURCES
|
||||
POLARSSL_NO_PLATFORM_ENTROPY
|
||||
POLARSSL_SSL_HW_RECORD_ACCEL
|
||||
POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
POLARSSL_X509_ALLOW_EXTENSIONS_NON_V3
|
||||
POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
|
||||
POLARSSL_ZLIB_SUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user