[gnutls-devel] GnuTLS | Corrected the importing of ECDSA public keys (!725)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Aug 7 07:38:11 CEST 2018


Nikos Mavrogiannopoulos commented on a discussion on tests/cert-tests/certtool-ecdsa:

> +
> +
> +# Create an ECDSA
> +${VALGRIND} "${CERTTOOL}" --generate-privkey --pkcs8 --password '' \
> +        --ecdsa --outfile "$KEYFILE"
> +rc=$?
> +
> +if test "${rc}" != "0"; then
> +	echo "Could not generate an ECDSA key"
> +	exit 1
> +fi
> +
> +${VALGRIND} "${CERTTOOL}" -k --password '' --infile "$KEYFILE" >/dev/null
> +rc=$?
> +if test "${rc}" != "0"; then
> +	echo "Could not read generated an EdDSA key"

Updated,thanks

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/725#note_92863958
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/20180807/fde096b6/attachment.html>


More information about the Gnutls-devel mailing list