DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()
authorRichard Levitte <levitte@openssl.org>
Wed, 8 Jan 2020 10:04:15 +0000 (11:04 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 8 Mar 2020 21:41:25 +0000 (22:41 +0100)
commiteed9d03b4f6b7df80a34d274b551f48ae8295ef4
tree718808099f1710d0b14149db66630d6eb17a021b
parent9aba5c5ff2ccfe59e1c7d77918804919d549ebbc
DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()

We change the description to be about the key rather than the
signature.  How the key size is related to the signature is explained
in the description of EVP_SignFinal() anyway.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(cherry picked from commit 6942a0d6feb8d3dcbbc6a1ec6be9de7ab2df1530)

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11232)
doc/man3/EVP_PKEY_size.pod [new file with mode: 0644]
doc/man3/EVP_SignInit.pod