Skip to content

Commit 9661374

Browse files
committed
libressl.sh: update caveats [ci skip]
1 parent 8fcfdda commit 9661374

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

libressl.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) Viktor Szakats. See LICENSE.md
44
# SPDX-License-Identifier: MIT
55

6-
# Caveats (as of 4.0.0):
6+
# Caveats (as of 4.1.0):
77
# - CET not enabled in mingw-w64 x64 ASM functions.
88
# https://github.com/libressl/portable/pull/1032
99
# - ASM support only for x64.
@@ -14,12 +14,16 @@
1414
# - Missing `SSL_set0_wbio()` function.
1515
# https://github.com/libressl/portable/issues/838
1616
# - No obvious way to selectively disable obsolete protocols/APIs/features.
17-
# - `--prefix` ignored in `cmake --install` for /etc/ssl files.
18-
# https://github.com/libressl/portable/issues/1118
19-
# https://github.com/libressl/portable/pull/1119 [MERGED. Expected in 4.0.1]
2017
# - server signatures signed with ED25519 do not work
2118
# https://github.com/curl/curl-for-win/discussions/78 https://github.com/libressl/portable/issues/821
2219
# - ECH support: https://github.com/libressl/portable/issues/546
20+
# - No support for TLSv1.3 session tickets.
21+
# https://github.com/libressl/portable/issues/719
22+
# https://github.com/curl/curl/issues/18031#issuecomment-3144406973
23+
# - No `SSLKEYLOGFILE` support.
24+
# https://github.com/curl/curl/issues/13672
25+
# https://marc.info/?l=libressl&m=158908819814107
26+
# https://superuser.com/questions/1871314/curl-for-windows-sslkeylog-file-always-empty-when-running-from-powershell
2327

2428
# shellcheck disable=SC3040,SC2039
2529
set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail

0 commit comments

Comments
 (0)