Skip to content

Commit 42c92bf

Browse files
committed
libressl.sh: update caveats list [ci skip]
1 parent d9017c9 commit 42c92bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libressl.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# - `--prefix` ignored in `cmake --install` for /etc/ssl files.
1818
# https://github.com/libressl/portable/issues/1118
1919
# https://github.com/libressl/portable/pull/1119 [MERGED. Expected in 4.0.1]
20+
# - server signatures signed with ED25519 do not work
21+
# https://github.com/curl/curl-for-win/discussions/78 https://github.com/libressl/portable/issues/821
22+
# - ECH support: https://github.com/libressl/portable/issues/546
2023

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

0 commit comments

Comments
 (0)