CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/30 11:44:56
Modified files:
lib/libcrypto/dh: dh_check.c dh_local.h
Log message:
Garbage collect the DH_check*_ex() API
This was only needed by the EVP_PKEY_*check() API, which was defanged. So
this silly garbage can now go: it translated flags to errors on the error
stack so that openssl *check could print ugly errors while DoS-ing the
user.
ok beck
