Use the libctx in Ed448 private key decoding
authorMatt Caswell <matt@openssl.org>
Mon, 6 Apr 2020 17:19:30 +0000 (18:19 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 15 Apr 2020 10:24:13 +0000 (11:24 +0100)
commitf13fdeb321f0f6bf67e2c93209bba70c8c4fcbec
tree950461325cf24044a5ff073b40a16866b06a6ec9
parent472a88b79e779342adc3b85b5bea318de038ae14
Use the libctx in Ed448 private key decoding

The Ed448 private key deconding needs to use a library ctx. So we
implement a priv_decode_with_libctx function for it.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11494)
crypto/ec/ecx_meth.c