From 7c5bd0ab1e883921937df9ff946f546756522690 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 25 Jun 2023 13:54:58 +0000 Subject: Adjust/fix X509_check_purpose(3) documentation --- src/lib/libcrypto/man/X509_check_purpose.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto') 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 @@ -.\" $OpenBSD: X509_check_purpose.3,v 1.10 2023/04/30 14:49:47 tb Exp $ +.\" $OpenBSD: X509_check_purpose.3,v 1.11 2023/06/25 13:54:58 tb Exp $ .\" .\" Copyright (c) 2019, 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 30 2023 $ +.Dd $Mdocdate: June 25 2023 $ .Dt X509_CHECK_PURPOSE 3 .Os .Sh NAME @@ -38,7 +38,7 @@ ignores the argument and checks that all the extensions of the .Fa certificate can be parsed and pass minimal sanity checks, ensuring that -extensions that must not occur more than once do not. +no extension occurs more than once. It also makes sure that all extensions are cached in the .Vt X509 object. -- cgit v1.2.3-55-g6feb