summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2020-09-17 08:50:05 +0000
committerschwarze <>2020-09-17 08:50:05 +0000
commit27421011021040c269ef365f2083f1c5233c7307 (patch)
treef9425495e9c8925c0d772e63540a229e7c11541b /src
parent3ddf275962c0819da74604f12c527b1c75da9e66 (diff)
downloadopenbsd-27421011021040c269ef365f2083f1c5233c7307.tar.gz
openbsd-27421011021040c269ef365f2083f1c5233c7307.tar.bz2
openbsd-27421011021040c269ef365f2083f1c5233c7307.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.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/NAME_CONSTRAINTS_new.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/NAME_CONSTRAINTS_new.3 b/src/lib/libcrypto/man/NAME_CONSTRAINTS_new.3
index db64e14ce4..fec3aba7f7 100644
--- a/src/lib/libcrypto/man/NAME_CONSTRAINTS_new.3
+++ b/src/lib/libcrypto/man/NAME_CONSTRAINTS_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: NAME_CONSTRAINTS_new.3,v 1.3 2018/03/23 00:09:11 schwarze Exp $ 1.\" $OpenBSD: NAME_CONSTRAINTS_new.3,v 1.4 2020/09/17 08:50:05 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: March 23 2018 $ 17.Dd $Mdocdate: September 17 2020 $
18.Dt NAME_CONSTRAINTS_NEW 3 18.Dt NAME_CONSTRAINTS_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -22,6 +22,9 @@
22.Nm NAME_CONSTRAINTS_free , 22.Nm NAME_CONSTRAINTS_free ,
23.Nm GENERAL_SUBTREE_new , 23.Nm GENERAL_SUBTREE_new ,
24.Nm GENERAL_SUBTREE_free 24.Nm GENERAL_SUBTREE_free
25.\" .Nm NAME_CONSTRAINTS_check is intentionally undocumented.
26.\" beck@ said in the x509/x509_ncons.c rev. 1.4 commit message:
27.\" We probably need to deprecate it thoughtfully.
25.Nd X.509 CA name constraints extension 28.Nd X.509 CA name constraints extension
26.Sh SYNOPSIS 29.Sh SYNOPSIS
27.In openssl/x509v3.h 30.In openssl/x509v3.h