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.


_______________________________________________
Gnutls-devel mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-devel
  • [gnutls-de... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities

Reply via email to