summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-05-24 09:57:50 +0000
committertb <>2023-05-24 09:57:50 +0000
commit586ba9a5155b6cb379d532ed6383502ab9832610 (patch)
tree813b7fedb3a161e46833fedc027fc59ec90fac76 /src/lib
parent9c79756c47801e50fdbf7b07b7e6ea1dfad2779b (diff)
downloadopenbsd-586ba9a5155b6cb379d532ed6383502ab9832610.tar.gz
openbsd-586ba9a5155b6cb379d532ed6383502ab9832610.tar.bz2
openbsd-586ba9a5155b6cb379d532ed6383502ab9832610.zip
Update X509_VERIFY_PARAM_inherit() to reflect the change of behavior
in x509_vpm.c r1.39.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/X509_VERIFY_PARAM_new.315
1 files changed, 6 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 b/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3
index 1f1b1e07c2..a22d2b1b4b 100644
--- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3
+++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_VERIFY_PARAM_new.3,v 1.4 2022/09/10 10:22:46 jsg Exp $ 1.\" $OpenBSD: X509_VERIFY_PARAM_new.3,v 1.5 2023/05/24 09:57:50 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2018, 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2018, 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: September 10 2022 $ 17.Dd $Mdocdate: May 24 2023 $
18.Dt X509_VERIFY_PARAM_NEW 3 18.Dt X509_VERIFY_PARAM_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -148,16 +148,13 @@ the acceptable policy set with
148the maximum verification depth set with 148the maximum verification depth set with
149.Xr X509_VERIFY_PARAM_set_depth 3 149.Xr X509_VERIFY_PARAM_set_depth 3
150.It 150.It
151flags that were set with
152.Xr X509_VERIFY_PARAM_set_hostflags 3
153.It
151the list of expected DNS hostnames built with 154the list of expected DNS hostnames built with
152.Xr X509_VERIFY_PARAM_set1_host 3 155.Xr X509_VERIFY_PARAM_set1_host 3
153and 156and
154.Xr X509_VERIFY_PARAM_add1_host 3 ; 157.Xr X509_VERIFY_PARAM_add1_host 3
155if this list is copied, any flags that were set with
156.Xr X509_VERIFY_PARAM_set_hostflags 3
157are copied together with the list, without inspecting any such flags
158that may already be present in the
159.Fa destination
160object before overwriting them
161.It 158.It
162the expected RFC 822 email address set with 159the expected RFC 822 email address set with
163.Xr X509_VERIFY_PARAM_set1_email 3 160.Xr X509_VERIFY_PARAM_set1_email 3