From: Vitaly Chikunov Date: Wed, 30 Jan 2019 13:02:53 +0000 (+0300) Subject: Implement EVP_PKEY_{,public_}check X-Git-Tag: v3.0.0~308^2^2 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=1b374532c2d494710c39371e83c197d08c65e8bc;hp=1b374532c2d494710c39371e83c197d08c65e8bc;p=openssl-gost%2Fengine.git Implement EVP_PKEY_{,public_}check Very simple redirect to EC_KEY_check_key() which is doing all basic checks (see crypto/ec/ec_key.c:ec_key_simple_check_key()). ---