Daiki Ueno started a new discussion on lib/includes/gnutls/abstract.h: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2606457953

 >                      gnutls_certificate_print_formats_t format,
 >                      gnutls_datum_t *out);
 >  
 > +int gnutls_privkey_encap(gnutls_pubkey_t pkR, gnutls_datum_t psk,
 > +                     gnutls_hpke_mode_t mode, gnutls_pubkey_t *pkE,

Although this is suggested in the original issue, I would not hard-wire this 
API to HPKE, now that we also have ML-KEM. Perhaps `mode` could be turned into 
a flag, e.g., adding a `gnutls_pk_encapsulate_flags_t`? PSK might deserve a new 
API function though.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2606457953
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Gnutls-devel mailing list
Gnutls-devel@lists.gnutls.org
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

Reply via email to