Disable renegotiation by default in example cli/srv

This commit is contained in:
Manuel Pégourié-Gonnard 2014-03-31 10:44:40 +02:00
parent 5b8c409f53
commit 00d538f8f9
3 changed files with 10 additions and 10 deletions

View file

@ -73,7 +73,7 @@
#define DFL_PSK ""
#define DFL_PSK_IDENTITY "Client_identity"
#define DFL_FORCE_CIPHER 0
#define DFL_RENEGOTIATION SSL_RENEGOTIATION_ENABLED
#define DFL_RENEGOTIATION SSL_RENEGOTIATION_DISABLED
#define DFL_ALLOW_LEGACY SSL_LEGACY_NO_RENEGOTIATION
#define DFL_RENEGOTIATE 0
#define DFL_MIN_VERSION -1