[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
Wed Dec 11 02:53:04 CET 2024




Daiki Ueno commented on a discussion on lib/algorithms/groups.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1904#note_2252025338

 > +		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)

Let's continue on #1625.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1904#note_2252025338
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/20241211/dd9cba64/attachment-0001.html>


More information about the Gnutls-devel mailing list