Commit 8e337e01 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

new WolfSSL v5.6.6-stable

parent 9c059a4f
...@@ -28,6 +28,11 @@ ...@@ -28,6 +28,11 @@
#define NO_OLD_TIMEVAL_NAME #define NO_OLD_TIMEVAL_NAME
#define HAVE_SECURE_RENEGOTIATION #define HAVE_SECURE_RENEGOTIATION
#define HAVE_EXTENDED_MASTER #define HAVE_EXTENDED_MASTER
/*
Following is workaround about a WolfSSL 5.6.6 bug.
The bug is about undefined sessionCtxSz during compilation.
*/
#define WOLFSSL_SESSION_ID_CTX
/* TLSv1.3 definitions (all needed to build) */ /* TLSv1.3 definitions (all needed to build) */
#define WOLFSSL_TLS13 #define WOLFSSL_TLS13
......
Subproject commit 3b3c175af0e993ffaae251871421e206cc41963f Subproject commit 66596ad9e1d7efa8479656872cf09c9c1870a02e
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