diff options
author | schwarze <> | 2018-03-30 00:44:24 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-30 00:44:24 +0000 |
commit | 37eef541594f7b807ff140229f7a4e912746d833 (patch) | |
tree | 16e6f11452d36b533471383b2dd26f5edd3fda12 /src/lib/libcrypto/man/X509_STORE_set1_param.3 | |
parent | 29725f71534124e50e2d9681404f34fa4c8fdf92 (diff) | |
download | openbsd-37eef541594f7b807ff140229f7a4e912746d833.tar.gz openbsd-37eef541594f7b807ff140229f7a4e912746d833.tar.bz2 openbsd-37eef541594f7b807ff140229f7a4e912746d833.zip |
Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)
manual page, which is below the threshold of originality, so there is
no need to change the Copyright headers. The rest of that page is less
clear and less precise than what we already have in our various pages.
Diffstat (limited to 'src/lib/libcrypto/man/X509_STORE_set1_param.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_set1_param.3 | 6 |
1 files changed, 4 insertions, 2 deletions
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 | |||
123 | to the | 124 | to the |
124 | .Fa store , | 125 | .Fa store , |
125 | increasing its reference count by 1 in case of success. | 126 | increasing its reference count by 1 in case of success. |
127 | Untrusted 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 , |