mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 16:27:54 +08:00
14 lines
546 B
Diff
14 lines
546 B
Diff
|
diff --git a/wolfssl/wolfcrypt/asn.h b/wolfssl/wolfcrypt/asn.h
|
||
|
index 693aaff60c..ad1e84656a 100644
|
||
|
--- a/wolfssl/wolfcrypt/asn.h
|
||
|
+++ b/wolfssl/wolfcrypt/asn.h
|
||
|
@@ -799,7 +799,7 @@ extern const WOLFSSL_ObjectInfo wolfssl_object_info[];
|
||
|
* Any certificate containing more than this number of subject
|
||
|
* alternative names will cause an error when attempting to parse. */
|
||
|
#ifndef WOLFSSL_MAX_ALT_NAMES
|
||
|
-#define WOLFSSL_MAX_ALT_NAMES 128
|
||
|
+#define WOLFSSL_MAX_ALT_NAMES 1024
|
||
|
#endif
|
||
|
|
||
|
/* Maximum number of allowed name constraints in a certificate.
|