summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-06-25 13:54:58 +0000
committertb <>2023-06-25 13:54:58 +0000
commit7c5bd0ab1e883921937df9ff946f546756522690 (patch)
tree0d0a1a512201f5bc5fd614890bf97e428b8801b9 /src
parent8919d61b9c2ddf1361401516b4966661c64921e2 (diff)
downloadopenbsd-7c5bd0ab1e883921937df9ff946f546756522690.tar.gz
openbsd-7c5bd0ab1e883921937df9ff946f546756522690.tar.bz2
openbsd-7c5bd0ab1e883921937df9ff946f546756522690.zip
Adjust/fix X509_check_purpose(3) documentation
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_check_purpose.36
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 6356081137..ebd627bd57 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.10 2023/04/30 14:49:47 tb Exp $ 1.\" $OpenBSD: X509_check_purpose.3,v 1.11 2023/06/25 13:54:58 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: April 30 2023 $ 17.Dd $Mdocdate: June 25 2023 $
18.Dt X509_CHECK_PURPOSE 3 18.Dt X509_CHECK_PURPOSE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -38,7 +38,7 @@ ignores the
38argument and checks that all the extensions of the 38argument and checks that all the extensions of the
39.Fa certificate 39.Fa certificate
40can be parsed and pass minimal sanity checks, ensuring that 40can be parsed and pass minimal sanity checks, ensuring that
41extensions that must not occur more than once do not. 41no extension occurs more than once.
42It also makes sure that all extensions are cached in the 42It also makes sure that all extensions are cached in the
43.Vt X509 43.Vt X509
44object. 44object.