CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/10 05:17:49
Modified files:
usr.bin/openssl: apps.c apps.h pkey.c pkeyparam.c
Log message:
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
