Commit efe162cd authored by Georg Richter's avatar Georg Richter

WolfSSL: Enable secure renegotiation

Enabled secured renegotiation to allow newer
OpenSSL clients (>= 3.0.0) to connect to WolfSSL.
parent 7d968f8c
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#define HAVE_TLS_EXTENSIONS #define HAVE_TLS_EXTENSIONS
#define HAVE_AES_ECB #define HAVE_AES_ECB
#define HAVE_AESGCM #define HAVE_AESGCM
#define HAVE_SECURE_RENEGOTIATION
#define HAVE_EXTENDED_MASTER
#define WOLFSSL_AES_COUNTER #define WOLFSSL_AES_COUNTER
#define NO_WOLFSSL_STUB #define NO_WOLFSSL_STUB
#define OPENSSL_ALL #define OPENSSL_ALL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment