diff options
author | tb <> | 2022-12-17 12:48:53 +0000 |
---|---|---|
committer | tb <> | 2022-12-17 12:48:53 +0000 |
commit | 1dd1001dfe28a3e1f6775d022a3d5be252da4459 (patch) | |
tree | cf47bcf4326fc381bca8ce4c44a880ff31fdfce0 | |
parent | e80fdd27afb9f1771736f998fd39b30cd3ecc8f3 (diff) | |
download | openbsd-1dd1001dfe28a3e1f6775d022a3d5be252da4459.tar.gz openbsd-1dd1001dfe28a3e1f6775d022a3d5be252da4459.tar.bz2 openbsd-1dd1001dfe28a3e1f6775d022a3d5be252da4459.zip |
X509_check_purpose.3: incorporate feedback from jsing
-rw-r--r-- | src/lib/libcrypto/man/X509_check_purpose.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509_check_purpose.3 b/src/lib/libcrypto/man/X509_check_purpose.3 index ff5ab592b0..611697fa30 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.8 2022/12/16 18:02:28 tb Exp $ | 1 | .\" $OpenBSD: X509_check_purpose.3,v 1.9 2022/12/17 12:48:53 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2019, 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2019, 2021 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: December 16 2022 $ | 17 | .Dd $Mdocdate: December 17 2022 $ |
18 | .Dt X509_CHECK_PURPOSE 3 | 18 | .Dt X509_CHECK_PURPOSE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -37,7 +37,7 @@ ignores the | |||
37 | .Fa ca | 37 | .Fa ca |
38 | argument and checks that all the extensions of the | 38 | argument and checks that all the extensions of the |
39 | .Fa certificate | 39 | .Fa certificate |
40 | can be parsed and pass minimal sanity checks, in particular that | 40 | can be parsed and pass minimal sanity checks, ensuring that |
41 | extensions that must not occur more than once do not. | 41 | extensions that must not occur more than once do not. |
42 | It also makes sure that all extensions are cached in the | 42 | It also makes sure that all extensions are cached in the |
43 | .Vt X509 | 43 | .Vt X509 |
@@ -49,7 +49,7 @@ argument is not \-1 and the | |||
49 | .Fa ca | 49 | .Fa ca |
50 | flag is 0, | 50 | flag is 0, |
51 | .Fn X509_check_purpose | 51 | .Fn X509_check_purpose |
52 | additionally checks whether the public key contained in the | 52 | also checks whether the public key contained in the |
53 | .Fa certificate | 53 | .Fa certificate |
54 | is intended to be used for the given | 54 | is intended to be used for the given |
55 | .Fa purpose , | 55 | .Fa purpose , |
@@ -362,7 +362,7 @@ installed additional, user-supplied checking functions for user-defined | |||
362 | .Fa purpose | 362 | .Fa purpose |
363 | identifiers not listed above. | 363 | identifiers not listed above. |
364 | .Sh RETURN VALUES | 364 | .Sh RETURN VALUES |
365 | If parsing of certificate extensions or sanity checks fail or the | 365 | If the parsing of certificate extensions fails, sanity checks fail or the |
366 | .Fa purpose | 366 | .Fa purpose |
367 | is invalid, | 367 | is invalid, |
368 | .Fn X509_check_purpose | 368 | .Fn X509_check_purpose |