We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9017c9 commit 42c92bfCopy full SHA for 42c92bf
libressl.sh
@@ -17,6 +17,9 @@
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]
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
23
24
# shellcheck disable=SC3040,SC2039
25
set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
0 commit comments