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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Aug 6 14:55:56 CEST 2018


Jakub Jelen started a new 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"

This should probably say ECDSA instead of EdDSA.

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


More information about the Gnutls-devel mailing list