mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[wolfssl] update to 5.7.4 (#41851)
This commit is contained in:
parent
3f0a66bddf
commit
8e3f6ee132
@ -1,13 +0,0 @@
|
||||
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.
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO wolfssl/wolfssl
|
||||
REF "v${VERSION}-stable"
|
||||
SHA512 daec6427cbee6628da0dcaad2f721efb0591532fcb3bd688e7212aaca8a442ac10176e5b9eb6b14fea6c49a613d6b086ff777eafc5c27b25d51f758ad0aa13bd
|
||||
SHA512 ad6a8c8635d7d3355cb4fb70dac31d405976312864f383e83597b3653fb6cde614a4f6427ebe76015fc0eade9741cb9ac4a9bc9d8fa55d97939052c0f7246114
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "wolfssl",
|
||||
"version": "5.7.2",
|
||||
"port-version": 3,
|
||||
"version": "5.7.4",
|
||||
"description": "TLS and Cryptographic library for many platforms",
|
||||
"homepage": "https://wolfssl.com",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -9629,8 +9629,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"wolfssl": {
|
||||
"baseline": "5.7.2",
|
||||
"port-version": 3
|
||||
"baseline": "5.7.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"wolftpm": {
|
||||
"baseline": "3.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "565947ec880bd10a37b00c0f5cb5eb8e0ee48655",
|
||||
"version": "5.7.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2b727cbf6fb63837145ccca10c947805eaaf21a9",
|
||||
"version": "5.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user