We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wc_Curve25519
1 parent 78fcf03 commit 13245e0Copy full SHA for 13245e0
examples/test_config.c
@@ -42,7 +42,7 @@ int etsi_client_connect(const char* urlStr)
42
ETSI_TEST_CLIENT_CERT, WOLFSSL_FILETYPE_PEM);
43
44
if (urlStr) {
45
- strncpy(urlStrCopy, urlStr, HTTP_MAX_URI);
+ strncpy(urlStrCopy, urlStr, HTTP_MAX_URI-1);
46
memset(&url, 0, sizeof(url));
47
wolfHttpUrlDecode(&url, urlStrCopy);
48
}
wolfkeymgr/wkm_types.h
@@ -37,6 +37,7 @@
37
#include <wolfssl/options.h>
38
#include <wolfssl/wolfcrypt/settings.h>
39
#include <wolfssl/wolfcrypt/types.h>
40
+#include <wolfssl/wolfcrypt/asn_public.h>
41
#ifdef HAVE_ECC
#include <wolfssl/wolfcrypt/ecc.h>
0 commit comments