diff options
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r-- | src/lib/libcrypto/man/X509_check_purpose.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_check_purpose.3 b/src/lib/libcrypto/man/X509_check_purpose.3 index b74ea50bef..8e98a62239 100644 --- a/src/lib/libcrypto/man/X509_check_purpose.3 +++ b/src/lib/libcrypto/man/X509_check_purpose.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_check_purpose.3,v 1.1 2019/08/22 15:15:35 schwarze Exp $ | 1 | .\" $OpenBSD: X509_check_purpose.3,v 1.2 2021/06/12 17:04:41 jmc Exp $ |
2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> | 2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> |
3 | .\" | 3 | .\" |
4 | .\" Permission to use, copy, modify, and distribute this software for any | 4 | .\" Permission to use, copy, modify, and distribute this software for any |
@@ -13,7 +13,7 @@ | |||
13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | .\" | 15 | .\" |
16 | .Dd $Mdocdate: August 22 2019 $ | 16 | .Dd $Mdocdate: June 12 2021 $ |
17 | .Dt X509_CHECK_PURPOSE 3 | 17 | .Dt X509_CHECK_PURPOSE 3 |
18 | .Os | 18 | .Os |
19 | .Sh NAME | 19 | .Sh NAME |
@@ -362,7 +362,7 @@ is non-zero, the following values can also be returned: | |||
362 | .Fa certificate | 362 | .Fa certificate |
363 | can be used as a CA for the | 363 | can be used as a CA for the |
364 | .Fa purpose . | 364 | .Fa purpose . |
365 | .It 3 Ta Success Ta The Fa certificate No is a version 1 CA. | 365 | .It 3 Ta Success Ta The Fa certificate No is a version 1 CA . |
366 | .It 4 Ta Success Ta The Key Usage allows Dv keyCertSign . | 366 | .It 4 Ta Success Ta The Key Usage allows Dv keyCertSign . |
367 | .It 5 Ta Success Ta A Netscape Cert Type allows usage as a CA. | 367 | .It 5 Ta Success Ta A Netscape Cert Type allows usage as a CA. |
368 | .El | 368 | .El |