[gnutls-devel] Guile-GnuTLS | gnutls-sign-algorithm-enum is missing a lot of values (#31)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Mon Mar 10 15:40:52 CET 2025
Dariqq commented: https://gitlab.com/gnutls/guile/-/issues/31#note_2388543765
Thank you @jas.
Maybe something like
```org
** Add missing members of gnutls_sign_algorithm_t
```
I am not sure how to format the list of all enums in a pretty way (should it be the schemified names or the original names?)
Maybe this way? I took my list from above, double checked with my commit and grouped them a bit to not require 30 lines
```
rsa-sha224, dsa-sha224, dsa-sha256, dsa-sha384, dsa-sha512
ecdsa-sha1, ecdsa-sha224, ecdsa-sha256, ecdsa-sha384, ecdsa-sha512
ecdsa-sha3-224, ecdsa-sha3-256, ecdsa-sha3-384, ecdsa-sha3-512
dsa-sha3-224, dsa-sha3-256, dsa-sha3-384, dsa-sha3-512
rsa-sha3-224, rsa-sha3-256, rsa-sha3-384, rsa-sha3-512
rsa-raw,
gost-94, gost-256, gost-512
mldsa44, mldsa65, mldsa87
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/guile/-/issues/31#note_2388543765
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/20250310/5e77eba5/attachment-0001.html>
More information about the Gnutls-devel
mailing list