[gnutls-devel] GnuTLS | groups: represent hybrid groups with an array of IDs (!1904)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Dec 10 15:06:38 CET 2024
Alicja Kario (@mention me if you need reply) commented on a discussion on lib/algorithms/groups.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1904#note_2250930114
> + return NULL;
> +
> + GNUTLS_GROUP_LOOP(if (p->id == group) { return p; });
> +
> + return NULL;
> +}
> +
> +static inline bool
> +group_is_supported_standalone(const gnutls_group_entry_st *group)
> +{
> + return group->pk != 0 && _gnutls_pk_exists(group->pk) &&
> + (group->curve == 0 ||
> + _gnutls_ecc_curve_is_supported(group->curve));
> +}
> +
> +static inline bool group_is_supported(const gnutls_group_entry_st *group)
I've filed #1625 to follow up on this
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1904#note_2250930114
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/20241210/f1f20cf6/attachment-0001.html>
More information about the Gnutls-devel
mailing list