[gnutls-devel] GnuTLS | Added support for Ed25519 keys under PKCS#11 (!812)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Nov 19 16:55:29 CET 2018


Nikos Mavrogiannopoulos commented on a discussion on lib/pkcs11_write.c:

>  			break;
>  		}
>  	case GNUTLS_PK_EC:
> +	case GNUTLS_PK_EDDSA_ED25519:
>  		{
>  			gnutls_free(p.data);
>  			gnutls_free(x.data);

since `x` is initialized to zero, it looks simpler to have it like this rather than adding a special case.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/812#note_118331790
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/20181119/c2071962/attachment.html>


More information about the Gnutls-devel mailing list