]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix documentation of OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTION
authorRichard Levitte <levitte@openssl.org>
Wed, 15 Jan 2025 09:14:41 +0000 (10:14 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 17 Jan 2025 17:54:51 +0000 (18:54 +0100)
commit1df07c761b25e5aca8ecd90b81d05496631285fb
tree5d596416881459ec407ddf2d571e2d7701ec9315
parent635ad41cd94d77efeebe6306f97603d07cd4728b
Fix documentation of OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTION

This drops OSSL_PKEY_PARAM_IMPLICIT_REJECTION - which is a meaningless
name - everywhere apart from still existing (for API stability, in
case someone uses that macro).

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26421)
doc/man3/EVP_PKEY_decrypt.pod
doc/man7/provider-asym_cipher.pod
util/perl/OpenSSL/paramnames.pm