[gnutls-devel] GnuTLS | Fix optional arguments handling in gnutls_privkey_import_rsa_raw() (!1318)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Wed Sep 2 19:48:09 CEST 2020




Nikolay Sivov commented on a discussion on tests/key-import-export.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1318#note_406223123

>  	if (ret < 0)
>  		fail("error\n");
>  
> +	/* Optional arguments */
> +	ret = gnutls_privkey_import_rsa_raw(key, &_rsa_m, &_rsa_e, &_rsa_d, &_rsa_p, &_rsa_q, NULL, NULL, NULL);

Sure. Do you mean a loop over some static table of pointer triples or something else?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1318#note_406223123
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/20200902/6fbdcd1f/attachment.html>


More information about the Gnutls-devel mailing list