summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-11-09 16:23:04 +0000
committerschwarze <>2021-11-09 16:23:04 +0000
commit711bd79ee2c263531a0b623d831cb840afc6e930 (patch)
tree4dc19afbd041656723e065e96b849fe1492d029a /src/lib/libcrypto/man/Makefile
parent0a2d6e6bde621ea94e16f273340e48328d1ab363 (diff)
downloadopenbsd-711bd79ee2c263531a0b623d831cb840afc6e930.tar.gz
openbsd-711bd79ee2c263531a0b623d831cb840afc6e930.tar.bz2
openbsd-711bd79ee2c263531a0b623d831cb840afc6e930.zip
Split a new page X509_load_cert_file(3) with three functions
out of X509_LOOKUP_hash_dir(3) because both groups of functions differ substantially in purpose and structure. Rewrite the complete text of X509_load_cert_file(3) from scratch for correctness and clarity. This fixes several documentation errors: 1. The names of the constants were wrong, lacking the "X509_" prefix. 2. None of these functions support X509_FILETYPE_DEFAULT, neither in OpenSSL nor in LibreSSL. 3. The memory cache does not contain X509_STORE objects; instead, the X509_STORE object *is* the memory cache.
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 53d20760eb..6e8753b379 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.209 2021/11/07 15:29:01 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.210 2021/11/09 16:23:04 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -348,6 +348,7 @@ MAN= \
348 X509_get_subject_name.3 \ 348 X509_get_subject_name.3 \
349 X509_get_version.3 \ 349 X509_get_version.3 \
350 X509_keyid_set1.3 \ 350 X509_keyid_set1.3 \
351 X509_load_cert_file.3 \
351 X509_new.3 \ 352 X509_new.3 \
352 X509_ocspid_print.3 \ 353 X509_ocspid_print.3 \
353 X509_policy_check.3 \ 354 X509_policy_check.3 \