mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 08:02:54 +00:00
42 lines
1.4 KiB
Diff
42 lines
1.4 KiB
Diff
From ea838d97bb686ea74dabf19a2b3c08ef4aeb813f Mon Sep 17 00:00:00 2001
|
|
From: schwarze <>
|
|
Date: Fri, 12 Jun 2020 12:15:59 +0000
|
|
Subject: [PATCH 21/87] add a comment saying that name_cmp() is intentionally
|
|
undocumented; tb@ agrees that it should not be part of the public API
|
|
|
|
---
|
|
src/lib/libcrypto/man/X509_cmp.3 | 7 +++++--
|
|
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/src/lib/libcrypto/man/X509_cmp.3 b/src/lib/libcrypto/man/X509_cmp.3
|
|
index 1734d6a74..bd168c2a6 100644
|
|
--- a/src/lib/libcrypto/man/X509_cmp.3
|
|
+++ b/src/lib/libcrypto/man/X509_cmp.3
|
|
@@ -1,4 +1,4 @@
|
|
-.\" $OpenBSD: X509_cmp.3,v 1.1 2019/08/20 13:27:19 schwarze Exp $
|
|
+.\" $OpenBSD: X509_cmp.3,v 1.2 2020/06/12 12:15:59 schwarze Exp $
|
|
.\" full merge up to: OpenSSL ea5d4b89 Jun 6 11:42:02 2019 +0800
|
|
.\"
|
|
.\" This file is a derived work.
|
|
@@ -65,7 +65,7 @@
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
.\"
|
|
-.Dd $Mdocdate: August 20 2019 $
|
|
+.Dd $Mdocdate: June 12 2020 $
|
|
.Dt X509_CMP 3
|
|
.Os
|
|
.Sh NAME
|
|
@@ -77,6 +77,9 @@
|
|
.Nm X509_CRL_cmp ,
|
|
.Nm X509_CRL_match
|
|
.Nd compare X.509 certificates and related values
|
|
+.\" The function name_cmp() is intentionally undocumented.
|
|
+.\" It was a mistake to make it public in the first place,
|
|
+.\" and it is no longer part of the public API in OpenSSL 1.1.
|
|
.Sh SYNOPSIS
|
|
.In openssl/x509.h
|
|
.Ft int
|
|
--
|
|
2.17.1
|
|
|