[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:33:38 CET 2025
    
    
  
Vivien Kraus started a new discussion on guile/tests/list-sign-algorithms.scm: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2381001084
 >       (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.")))
Maybe it would be desirable to deactivate this test by default, and only have it in gnutls-guile’s CI only? So, if gnutls adds a new algorithm, we will notice it, but it will not fail the test suite for all other users. What do you think?
-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2381001084
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/6fc3b2ff/attachment.html>
    
    
More information about the Gnutls-devel
mailing list