mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[wolfssl] Enable ECH feature (#42202)
This commit is contained in:
parent
8a84f1abf8
commit
cba35fb775
@ -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}
|
||||
|
@ -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",
|
||||
|
@ -9682,7 +9682,7 @@
|
||||
},
|
||||
"wolfssl": {
|
||||
"baseline": "5.7.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"wolftpm": {
|
||||
"baseline": "3.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "77ec8b37d338188064db78878f7612faa6af1d6a",
|
||||
"version": "5.7.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "565947ec880bd10a37b00c0f5cb5eb8e0ee48655",
|
||||
"version": "5.7.4",
|
||||
|
Loading…
Reference in New Issue
Block a user