[gnutls-devel] Guile-GnuTLS | Add missing signing algorithms (!38)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Mar 5 18:06:09 CET 2025
Vivien Kraus commented on a discussion on guile/tests/list-sign-algorithms.scm: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2381058691
> (error "The ecdsa-sha256 signature algorithm should use \
> the sha256 hash algorithm"))
> (let ((all-algorithms (sign-algorithm-list)))
> + (for-each
> + (lambda (algo)
> + (unless algo
> + (error "gnutls lists more sign-algorithms than what gnutls-guile enumerates.")))
I personally dislike it when a project refuses to build if it detects one of its dependencies to be too new. This is not terribly disruptive so I don’t care much.
(The actual reponse from users will most likely be to disable this test and move on.)
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2381058691
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/20250305/febc91e9/attachment-0001.html>
More information about the Gnutls-devel
mailing list