Mark EVP_PKEY_save_parameters() as intentionally undocumented
authorschwarze <schwarze@openbsd.org>
Fri, 8 Sep 2023 11:37:58 +0000 (11:37 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Sep 2023 11:37:58 +0000 (11:37 +0000)
because nothing uses it according to codesearch.debian.net
and it only affects X509_PUBKEY_set(3) for DSA and GOST2001 keys,
resulting in incomplete output without the public key parameters.

lib/libcrypto/man/EVP_PKEY_cmp.3

index e00147d..42bfb6f 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_PKEY_cmp.3,v 1.12 2021/10/19 17:42:49 schwarze Exp $
+.\" $OpenBSD: EVP_PKEY_cmp.3,v 1.13 2023/09/08 11:37:58 schwarze Exp $
 .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400
 .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
 .\"
@@ -67,7 +67,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: October 19 2021 $
+.Dd $Mdocdate: September 8 2023 $
 .Dt EVP_PKEY_CMP 3
 .Os
 .Sh NAME
 .Nm EVP_PKEY_copy_parameters ,
 .Nm EVP_PKEY_cmp_parameters ,
 .Nm EVP_PKEY_cmp
+.\" .Nm EVP_PKEY_save_parameters is intentionally undocumented
+.\" because nothing uses it according to codesearch.debian.net
+.\" and it only affects X509_PUBKEY_set(3) for DSA and GOST2001 keys,
+.\" resulting in incomplete output without the public key parameters.
 .Nd public key parameter and comparison functions
 .Sh SYNOPSIS
 .In openssl/evp.h