[gnutls-devel] GnuTLS | Cannot connect to https://www.openbsd.org (#984)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sat May 9 19:05:42 CEST 2020
Bob Beck commented:
So, in case you are curious, the bug was that we didn't force PSS as
per spec when using tls 1.3. I just committed this in our tree:
@@ -320,6 +320,12 @@ ssl_sigalg_select(SSL *s, EVP_PKEY *pkey
if ((sigalg = ssl_sigalg(sig_alg, tls_sigalgs,
tls_sigalgs_len)) == NULL)
+ continue;
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/984#note_339472213
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200509/3d9f3980/attachment.html>
More information about the Gnutls-devel
mailing list