summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2020-09-17 08:50:05 +0000
committerschwarze <schwarze@openbsd.org>2020-09-17 08:50:05 +0000
commit6ce5c8a4e9323e71d650b9483d8b95bf60e190c9 (patch)
treef970a2e18e27985afa2528333b8d8af69d9276a9
parentsync (diff)
downloadwireguard-openbsd-6ce5c8a4e9323e71d650b9483d8b95bf60e190c9.tar.xz
wireguard-openbsd-6ce5c8a4e9323e71d650b9483d8b95bf60e190c9.zip
Add a comment saying that the public function NAME_CONSTRAINTS_check(3)
is intentionally undocumented and needs to be deprecated. No change of the formatted text.
-rw-r--r--lib/libcrypto/man/NAME_CONSTRAINTS_new.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libcrypto/man/NAME_CONSTRAINTS_new.3 b/lib/libcrypto/man/NAME_CONSTRAINTS_new.3
index db64e14ce4d..fec3aba7f76 100644
--- a/lib/libcrypto/man/NAME_CONSTRAINTS_new.3
+++ b/lib/libcrypto/man/NAME_CONSTRAINTS_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: NAME_CONSTRAINTS_new.3,v 1.3 2018/03/23 00:09:11 schwarze Exp $
+.\" $OpenBSD: NAME_CONSTRAINTS_new.3,v 1.4 2020/09/17 08:50:05 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 23 2018 $
+.Dd $Mdocdate: September 17 2020 $
.Dt NAME_CONSTRAINTS_NEW 3
.Os
.Sh NAME
@@ -22,6 +22,9 @@
.Nm NAME_CONSTRAINTS_free ,
.Nm GENERAL_SUBTREE_new ,
.Nm GENERAL_SUBTREE_free
+.\" .Nm NAME_CONSTRAINTS_check is intentionally undocumented.
+.\" beck@ said in the x509/x509_ncons.c rev. 1.4 commit message:
+.\" We probably need to deprecate it thoughtfully.
.Nd X.509 CA name constraints extension
.Sh SYNOPSIS
.In openssl/x509v3.h