[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 17:55:10 CET 2025
Simon Josefsson commented on a discussion on guile/tests/list-sign-algorithms.scm: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2381039755
> (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.")))
What would the gain be? Doesn't this code only trigger (like the pk code that caused me to add MLKEM/MLDSA for ArchLinux) if you are building a too old guile-gnutls with a modern GnuTLS? Then the proper response should be to get a newer guile-gnutls (or prod us into making releases). So I think it is serve some purpose.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2381039755
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/ebd0e25a/attachment.html>
More information about the Gnutls-devel
mailing list