summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_load_locations.38
-rw-r--r--src/lib/libcrypto/man/X509_STORE_set1_param.36
2 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_load_locations.3 b/src/lib/libcrypto/man/X509_STORE_load_locations.3
index a462e6b9ad..ad64bd0316 100644
--- a/src/lib/libcrypto/man/X509_STORE_load_locations.3
+++ b/src/lib/libcrypto/man/X509_STORE_load_locations.3
@@ -1,4 +1,6 @@
1.\" $OpenBSD: X509_STORE_load_locations.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_load_locations.3,v 1.6 2018/03/30 00:44:24 schwarze Exp $
2.\" full merge up to:
3.\" OpenSSL X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000
2.\" 4.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 5.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 6.\"
@@ -14,7 +16,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 18.\"
17.Dd $Mdocdate: March 27 2018 $ 19.Dd $Mdocdate: March 30 2018 $
18.Dt X509_STORE_LOAD_LOCATIONS 3 20.Dt X509_STORE_LOAD_LOCATIONS 3
19.Os 21.Os
20.Sh NAME 22.Sh NAME
@@ -44,6 +46,8 @@ contained in the colon-separated list
44.Fa dirs 46.Fa dirs
45for looking up certificates, in addition to files and directories 47for looking up certificates, in addition to files and directories
46that are already configured. 48that are already configured.
49The certificates in the directores must be in hashed form, as documented in
50.Xr X509_LOOKUP_hash_dir 3 .
47Directories already in use are not added again. 51Directories already in use are not added again.
48If 52If
49.Dv NULL 53.Dv NULL
diff --git a/src/lib/libcrypto/man/X509_STORE_set1_param.3 b/src/lib/libcrypto/man/X509_STORE_set1_param.3
index cba32caefb..b7b2ceab42 100644
--- a/src/lib/libcrypto/man/X509_STORE_set1_param.3
+++ b/src/lib/libcrypto/man/X509_STORE_set1_param.3
@@ -1,5 +1,6 @@
1.\" $OpenBSD: X509_STORE_set1_param.3,v 1.13 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_set1_param.3,v 1.14 2018/03/30 00:44:24 schwarze Exp $
2.\" content checked up to: 2.\" content checked up to:
3.\" OpenSSL man3/X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000
3.\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400 4.\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400
4.\" 5.\"
5.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 6.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -16,7 +17,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 19.\"
19.Dd $Mdocdate: March 27 2018 $ 20.Dd $Mdocdate: March 30 2018 $
20.Dt X509_STORE_SET1_PARAM 3 21.Dt X509_STORE_SET1_PARAM 3
21.Os 22.Os
22.Sh NAME 23.Sh NAME
@@ -123,6 +124,7 @@ or the certificate revocation list
123to the 124to the
124.Fa store , 125.Fa store ,
125increasing its reference count by 1 in case of success. 126increasing its reference count by 1 in case of success.
127Untrusted objects should not be added in this way.
126.Pp 128.Pp
127.Fn X509_STORE_get_ex_new_index , 129.Fn X509_STORE_get_ex_new_index ,
128.Fn X509_STORE_set_ex_data , 130.Fn X509_STORE_set_ex_data ,