David Dudas commented on a discussion on lib/includes/gnutls/abstract.h: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2815425096

 > +                     gnutls_datum_t *key, gnutls_datum_t *shared_secret);
 > +
 > +int gnutls_privkey_decap(const gnutls_privkey_t skR,
 > +                     const gnutls_pk_encapsulate_flags_t flags,
 > +                     const gnutls_datum_t key,
 > +                     gnutls_datum_t *shared_secret);
 > +
 > +int gnutls_privkey_encap_with_psk(const gnutls_pubkey_t pkR,
 > +                              const gnutls_datum_t psk,
 > +                              const gnutls_pk_encapsulate_flags_t flags,
 > +                              gnutls_datum_t *key,
 > +                              gnutls_datum_t *shared_secret);
 > +
 > +int gnutls_privkey_decap_with_psk(const gnutls_privkey_t skR,
 > +                              const gnutls_datum_t psk,
 > +                              const gnutls_pk_encapsulate_flags_t flags,

Updated.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2815425096
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