Mention EVP_PKEY_encrypt_old(3) and EVP_PKEY_decrypt_old(3) because
authorschwarze <schwarze@openbsd.org>
Sun, 10 Sep 2023 16:04:15 +0000 (16:04 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 10 Sep 2023 16:04:15 +0000 (16:04 +0000)
commit53e9b61ae4ba5ebd4fc7d86919b5dd7c10e2625f
treeaf17be5b0c80df194992afb93180a6837563f1d2
parentc4ead62f1f65c8851ae3bfdb6d7e34fef0cc4223
Mention EVP_PKEY_encrypt_old(3) and EVP_PKEY_decrypt_old(3) because
some software still calls them.  Put them here because despite the
function and header names, they are really specific to RSA.  Besides,
this avoids a distraction in the more important EVP_PKEY_encrypt(3)
and EVP_PKEY_decrypt(3) manual pages.
lib/libcrypto/man/RSA_public_encrypt.3