Hide ECX_KEY again
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Sep 2020 02:12:22 +0000 (12:12 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 25 Sep 2020 02:12:22 +0000 (12:12 +1000)
commit25b16562d386bfd30c7059366d09864260d9f271
treec4060f294e6953a68077b7561fa84f6d1493044e
parent21e5be854deb65f54661c8231a9a30a453a173e0
Hide ECX_KEY again

ECX_KEY was not meant for public consumption, it was only to be
accessed indirectly via EVP routines.  However, we still need internal
access for our decoders.

This partially reverts 7c664b1f1b5f60bf896f5fdea5c08c401c541dfe

Fixes #12880

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12956)
crypto/evp/p_lib.c
doc/internal/man3/evp_pkey_get1_ED25519.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_set1_RSA.pod
include/crypto/ecx.h
include/openssl/evp.h
providers/implementations/encode_decode/decode_der2key.c
util/libcrypto.num
util/other.syms