Skip to content

Commit

Permalink
Add ECH feature to wolfssl
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Nov 17, 2024
1 parent 435a941 commit 885e098
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/wolfssl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ vcpkg_cmake_configure(
-DWOLFSSL_OCSPSTAPLING_V2=yes
-DWOLFSSL_CRL=yes
-DWOLFSSL_DES3=yes
-DWOLFSSL_ECH=yes
-DWOLFSSL_HPKE=yes
-DWOLFSSL_ASIO=${ENABLE_ASIO}
-DWOLFSSL_DTLS=${ENABLE_DTLS}
-DWOLFSSL_DTLS13=${ENABLE_DTLS}
Expand Down
1 change: 1 addition & 0 deletions ports/wolfssl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9678,7 +9678,7 @@
},
"wolfssl": {
"baseline": "5.7.4",
"port-version": 0
"port-version": 1
},
"wolftpm": {
"baseline": "3.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wolfssl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ccd853e6eea64fbc562bfd2ce2ea23b61378a8dd",
"version": "5.7.4",
"port-version": 1
},
{
"git-tree": "565947ec880bd10a37b00c0f5cb5eb8e0ee48655",
"version": "5.7.4",
Expand Down

0 comments on commit 885e098

Please sign in to comment.