summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2023-09-29 08:57:49 +0000
committertb <>2023-09-29 08:57:49 +0000
commit2535a746449d6b6481384fd6ab6354dffa53d101 (patch)
tree829c3398edd47a208c282b5783404c084f76787c /src/lib/libcrypto/man/Makefile
parent843941dbbebb6948184f5afccda53839c1b9513b (diff)
downloadopenbsd-2535a746449d6b6481384fd6ab6354dffa53d101.tar.gz
openbsd-2535a746449d6b6481384fd6ab6354dffa53d101.tar.bz2
openbsd-2535a746449d6b6481384fd6ab6354dffa53d101.zip
Document X509v3_{addr,asid}_validate_{path,resource_set}(3)
These were the last four RFC 3779 things that check_complete.pl x509v3 complained about. I will surely tweak and try to improve a few things in the coming days, but the pages should now be stable enough that review efforts will likely not be wasted. Any feedback appreciated.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index e6a97f3004..f42e9327ae 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.275 2023/09/28 12:35:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.276 2023/09/29 08:57:49 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -396,6 +396,7 @@ MAN= \
396 X509v3_addr_get_range.3 \ 396 X509v3_addr_get_range.3 \
397 X509v3_addr_inherits.3 \ 397 X509v3_addr_inherits.3 \
398 X509v3_addr_subset.3 \ 398 X509v3_addr_subset.3 \
399 X509v3_addr_validate_path.3 \
399 X509v3_asid_add_id_or_range.3 \ 400 X509v3_asid_add_id_or_range.3 \
400 X509v3_asid_add_id_or_range.3 \ 401 X509v3_asid_add_id_or_range.3 \
401 X509v3_get_ext_by_NID.3 \ 402 X509v3_get_ext_by_NID.3 \