Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),
authorschwarze <schwarze@openbsd.org>
Wed, 13 Jul 2022 19:10:40 +0000 (19:10 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 13 Jul 2022 19:10:40 +0000 (19:10 +0000)
commit8d2509dc967437e1546523d3ec395a30e45c0e2b
tree7e55f758c51cbb2dfae3e0be7e952909de0f355d
parent4ce274f75c71cf18bf08beaf8925c02a4fb0f574
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).
lib/libcrypto/man/EVP_PKEY_asn1_new.3
lib/libcrypto/man/EVP_PKEY_check.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_PKEY_meth_new.3
lib/libcrypto/man/EVP_PKEY_size.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_SignInit.3