I have the same gnutls version, so maybe it is the curl? I have curl
7.74 and that one passes. Maybe a curl regression?
-Christian
On 9/16/21 5:20 PM, muradm wrote:
Hello,
Building libmicrohttpd-0.9.73 under guix, and getting one test failed:
--8<---------------cut here---------------start------------->8---
$ ./src/testcurl/https/test_tls_options
curl version: libcurl/7.77.0 GnuTLS/3.7.2 zlib/1.2.11 libidn2/2.3.1
nghttp2/1.44.0
The following handshake should fail (and print an error message)...
cURL failed to reject request despite SSL version mismatch!
TLS1.0 vs SSL3 test failed
$ echo $?
1
$
--8<---------------cut here---------------end--------------->8---
Any clue why this can happen?
Thanks in advance,
muradm