Re: GnuTLS | Use full hash+sign operations in pct_test (!2100)
Read-only notification of GnuTLS library development activities <[email protected]> Wed, 29 Apr 2026 08:48:01 +0000
| Newsgroups | gmane.comp.encryption.gpg.gnutls.devel |
|---|---|
| Message-ID | <[email protected]> |
Clemens Lang commented on a discussion on lib/nettle/pk.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/2100#note_3298323752
> + const gnutls_x509_spki_st *spki,
> + const gnutls_datum_t *data)
> +{
> + gnutls_privkey_t privkey = NULL;
> + gnutls_pubkey_t pubkey = NULL;
> + gnutls_x509_privkey_t xprivkey = NULL;
> + gnutls_datum_t sig = { NULL, 0 };
> + gnutls_sign_algorithm_t sign_algo;
> + unsigned vflags = 0;
> + int ret;
> +
> + sign_algo = pct_pk_to_sign(algo, spki);
> + if (sign_algo == GNUTLS_SIGN_UNKNOWN)
> + return gnutls_assert_val(GNUTLS_E_PK_GENERATION_ERROR);
> +
> + /* Do we still care GOST in FIPS mode? */
I see, thanks for checking.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2100#note_3298323752
You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-6xsxiondafkw3udt9xzz6j7cn-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
Gnutls-devel mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-devel