summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_STORE_load_locations.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_load_locations.314
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_load_locations.3 b/src/lib/libcrypto/man/X509_STORE_load_locations.3
index fa24044a36..8f1f41feac 100644
--- a/src/lib/libcrypto/man/X509_STORE_load_locations.3
+++ b/src/lib/libcrypto/man/X509_STORE_load_locations.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_load_locations.3,v 1.1 2017/01/07 00:45:04 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_load_locations.3,v 1.2 2017/01/07 08:46:13 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -64,8 +64,9 @@ See that manual page for more information.
64.Fn X509_STORE_set_default_paths 64.Fn X509_STORE_set_default_paths
65is similar except that it instructs the 65is similar except that it instructs the
66.Fa store 66.Fa store
67to use the default PEM file and directory, see 67to use the default PEM file and directory
68.Sx FILES , 68(as documented in
69.Sx FILES )
69in addition to what is already configured. 70in addition to what is already configured.
70It ignores errors that occur while trying to load the file or to 71It ignores errors that occur while trying to load the file or to
71add the directory, but it may still fail for other reasons, for 72add the directory, but it may still fail for other reasons, for
@@ -107,10 +108,9 @@ default directory for
107.Xr X509_STORE_set1_param 3 , 108.Xr X509_STORE_set1_param 3 ,
108.Xr X509_STORE_set_verify_cb 3 109.Xr X509_STORE_set_verify_cb 3
109.Sh BUGS 110.Sh BUGS
110By the time adding a directory is found to fail, the file and some 111By the time that adding a directory is found to have failed,
111other directories may already have been successfully loaded, so 112the file and some other directories may already have been successfully loaded,
112these functions may change the state of the store even when they 113so these functions may change the state of the store even when they fail.
113fail.
114.Pp 114.Pp
115.Fn X509_STORE_set_default_paths 115.Fn X509_STORE_set_default_paths
116clears the error queue, deleting even error information that was 116clears the error queue, deleting even error information that was