[gnutls-devel] GnuTLS | WIP: RFC7250 Raw public keys (!650)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Nov 15 11:20:30 CET 2018


Nikos Mavrogiannopoulos started a new discussion on lib/includes/gnutls/gnutls.h.in:

>  			        unsigned idx,
>  			        gnutls_datum_t * response);
>  
> +/* RAW public key functions (RFC7250) */
> +int gnutls_certificate_set_raw_keypair(gnutls_certificate_credentials_t cred,
> +				    const gnutls_raw_pubkey_t SubjectPublicKeyInfo,
> +				    const gnutls_x509_privkey_t key);
> +
> +int gnutls_certificate_get_raw_keypair(gnutls_certificate_credentials_t cred,
> +                                   unsigned index, //TODO check need for this one. do we want multiple keys?

No TODOs please on final code; they are never followed up :)

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/650#note_117468873
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/20181115/1ae1ead2/attachment.html>


More information about the Gnutls-devel mailing list