[gnutls-devel] GnuTLS | Expose HPKE through abstract key API [BASE+PSK] (!1976)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Sun Oct 12 18:27:43 CEST 2025
David Dudas commented on a discussion on lib/includes/gnutls/gnutls.h.in: https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2815420095
>
> +/**
> + * gnutls_hpke_mode_t:
> + * @GNUTLS_HPKE_MODE_BASE: Base mode, no authentication.
> + * @GNUTLS_HPKE_MODE_AUTH: Authenticated mode, using a public key.
> + * @GNUTLS_HPKE_MODE_PSK: Pre-shared key mode, using a symmetric key.
> + * @GNUTLS_HPKE_MODE_PSK_AUTH: Pre-shared key authenticated mode, using a symmetric key and a public key.
> + *
> + * Enumeration of HPKE modes as specified in RFC9180.
> + */
> +typedef enum {
> + GNUTLS_HPKE_MODE_BASE,
> + GNUTLS_HPKE_MODE_AUTH,
> + GNUTLS_HPKE_MODE_PSK,
> + GNUTLS_HPKE_MODE_PSK_AUTH,
> +} gnutls_hpke_mode_t;
Removed.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2815420095
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/20251012/f10bebac/attachment-0001.html>
More information about the Gnutls-devel
mailing list