Unify description of the obsolete ENGINE parameter
authortb <tb@openbsd.org>
Sun, 21 Jul 2024 08:36:43 +0000 (08:36 +0000)
committertb <tb@openbsd.org>
Sun, 21 Jul 2024 08:36:43 +0000 (08:36 +0000)
commitf78255458f4a66dd2701d6d107e3e97eda99cad7
tree72b4217703dbdd86bd1b5a7b31558969d590f105
parentb64b2daf783a7fe1088210e7a27a114ce67fbabb
Unify description of the obsolete ENGINE parameter

This uses the same language in most manuals mentioning the obsolete
ENGINE parameters. Make it clear that it is always ignored and that
NULL should be passed. Always call it engine instead of a mix of e
pe, impl, eng.
14 files changed:
lib/libcrypto/man/DH_get0_pqg.3
lib/libcrypto/man/DSA_get0_pqg.3
lib/libcrypto/man/EC_KEY_METHOD_new.3
lib/libcrypto/man/EVP_AEAD_CTX_init.3
lib/libcrypto/man/EVP_DigestInit.3
lib/libcrypto/man/EVP_DigestSignInit.3
lib/libcrypto/man/EVP_DigestVerifyInit.3
lib/libcrypto/man/EVP_EncryptInit.3
lib/libcrypto/man/EVP_PKEY_CTX_new.3
lib/libcrypto/man/EVP_PKEY_asn1_get_count.3
lib/libcrypto/man/EVP_PKEY_new.3
lib/libcrypto/man/EVP_SignInit.3
lib/libcrypto/man/EVP_VerifyInit.3
lib/libcrypto/man/HMAC.3