Implement openssl pkey -{,pub}check and pkeyparam -check
authortb <tb@openbsd.org>
Mon, 10 Jan 2022 12:17:49 +0000 (12:17 +0000)
committertb <tb@openbsd.org>
Mon, 10 Jan 2022 12:17:49 +0000 (12:17 +0000)
commitd40b1e08368b3db03f32c9770d96acf3c6a3956a
tree4a97ac48bae3b97769826a711b6daad011bf2633
parent262d8ecc569e965d15806da65ced3e03faa249ef
Implement openssl pkey -{,pub}check and pkeyparam -check

These expose EVP_PKEY_{,public_,param_}check() to the command line.
They are currently noops and will be enabled in the upcoming bump.

ok inoguchi jsing
usr.bin/openssl/apps.c
usr.bin/openssl/apps.h
usr.bin/openssl/pkey.c
usr.bin/openssl/pkeyparam.c