diff options
author | schwarze <> | 2020-09-17 08:50:05 +0000 |
---|---|---|
committer | schwarze <> | 2020-09-17 08:50:05 +0000 |
commit | c48a963f213a6f89d842f72d054aaa8907dee25f (patch) | |
tree | f9425495e9c8925c0d772e63540a229e7c11541b /src/lib | |
parent | 2dce98682ff8b7337bc6963a61185ea7cf5142b8 (diff) | |
download | openbsd-c48a963f213a6f89d842f72d054aaa8907dee25f.tar.gz openbsd-c48a963f213a6f89d842f72d054aaa8907dee25f.tar.bz2 openbsd-c48a963f213a6f89d842f72d054aaa8907dee25f.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/lib')
-rw-r--r-- | src/lib/libcrypto/man/NAME_CONSTRAINTS_new.3 | 7 |
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 |