summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2023-09-08 11:37:58 +0000
committerschwarze <>2023-09-08 11:37:58 +0000
commita6150f86be846b0e2ed8286d30404edc545f036c (patch)
treebc421ab746efd61468f089cc2e4541dd0caaed91
parentfc95ca7f9719b8afd69f5aacc7137151e737a967 (diff)
downloadopenbsd-a6150f86be846b0e2ed8286d30404edc545f036c.tar.gz
openbsd-a6150f86be846b0e2ed8286d30404edc545f036c.tar.bz2
openbsd-a6150f86be846b0e2ed8286d30404edc545f036c.zip
Mark EVP_PKEY_save_parameters() as 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.
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_cmp.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 b/src/lib/libcrypto/man/EVP_PKEY_cmp.3
index e00147dc82..42bfb6fec0 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_cmp.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_cmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_cmp.3,v 1.12 2021/10/19 17:42:49 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_cmp.3,v 1.13 2023/09/08 11:37:58 schwarze Exp $
2.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400
3.\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 3.\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
4.\" 4.\"
@@ -67,7 +67,7 @@
67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68.\" OF THE POSSIBILITY OF SUCH DAMAGE. 68.\" OF THE POSSIBILITY OF SUCH DAMAGE.
69.\" 69.\"
70.Dd $Mdocdate: October 19 2021 $ 70.Dd $Mdocdate: September 8 2023 $
71.Dt EVP_PKEY_CMP 3 71.Dt EVP_PKEY_CMP 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -75,6 +75,10 @@
75.Nm EVP_PKEY_copy_parameters , 75.Nm EVP_PKEY_copy_parameters ,
76.Nm EVP_PKEY_cmp_parameters , 76.Nm EVP_PKEY_cmp_parameters ,
77.Nm EVP_PKEY_cmp 77.Nm EVP_PKEY_cmp
78.\" .Nm EVP_PKEY_save_parameters is intentionally undocumented
79.\" because nothing uses it according to codesearch.debian.net
80.\" and it only affects X509_PUBKEY_set(3) for DSA and GOST2001 keys,
81.\" resulting in incomplete output without the public key parameters.
78.Nd public key parameter and comparison functions 82.Nd public key parameter and comparison functions
79.Sh SYNOPSIS 83.Sh SYNOPSIS
80.In openssl/evp.h 84.In openssl/evp.h