[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 12:15:14 CET 2025
Dariqq commented: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2380260074
I am also not sure about these tests
```
(unless (member (sign-algorithm->string
sign-algorithm/ecdsa-secp256r1-sha256)
(map (lambda (alg)
(and alg
(sign-algorithm->string alg)))
all-algorithms))
(error "Not enough listed sign algorithms"))
(unless (member (pk-algorithm->string pk-algorithm/ecdsa)
(map pk-algorithm->string all-algorithms))
(error "Not enough listed pk algorithms"))
```
These only check for the presence of a single sign/pk algo instead of missing items?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/guile/-/merge_requests/38#note_2380260074
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/f686df64/attachment.html>
More information about the Gnutls-devel
mailing list