[wolfssl] Enable ECH feature (#42202)

This commit is contained in:
talregev 2024-11-19 07:30:56 +02:00 committed by GitHub
parent 8a84f1abf8
commit cba35fb775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 1 deletions

View File

@ -49,6 +49,9 @@ vcpkg_cmake_configure(
-DWOLFSSL_OCSPSTAPLING_V2=yes
-DWOLFSSL_CRL=yes
-DWOLFSSL_DES3=yes
-DWOLFSSL_ECH=yes
-DWOLFSSL_HPKE=yes
-DWOLFSSL_SNI=yes
-DWOLFSSL_ASIO=${ENABLE_ASIO}
-DWOLFSSL_DTLS=${ENABLE_DTLS}
-DWOLFSSL_DTLS13=${ENABLE_DTLS}

View File

@ -1,6 +1,7 @@
{
"name": "wolfssl",
"version": "5.7.4",
"port-version": 1,
"description": "TLS and Cryptographic library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",

View File

@ -9682,7 +9682,7 @@
},
"wolfssl": {
"baseline": "5.7.4",
"port-version": 0
"port-version": 1
},
"wolftpm": {
"baseline": "3.4.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "77ec8b37d338188064db78878f7612faa6af1d6a",
"version": "5.7.4",
"port-version": 1
},
{
"git-tree": "565947ec880bd10a37b00c0f5cb5eb8e0ee48655",
"version": "5.7.4",