CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/07/13 13:10:40
Modified files:
lib/libcrypto/man: EVP_PKEY_asn1_new.3 EVP_PKEY_meth_new.3
EVP_SignInit.3
Added files:
lib/libcrypto/man: EVP_PKEY_check.3 EVP_PKEY_size.3
Log message:
Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),
EVP_PKEY_param_check(3), and EVP_PKEY_security_bits(3) from scratch.
Move the documentation of EVP_PKEY_size(3) and EVP_PKEY_bits(3)
to the new manual page EVP_PKEY_size(3).
Merge the documentation of the related function pointers
from the OpenSSL 1.1.1 branch, which is still under a free license.
OK tb@ on the new page EVP_PKEY_size(3).