projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd6d00
)
correct example
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Jul 2015 18:32:36 +0000
(19:32 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Jul 2015 20:23:25 +0000
(21:23 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
2fc52c912a79eefe8610984bac5eed3a2589ee85
)
doc/ssl/SSL_CTX_get0_param.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_get0_param.pod
b/doc/ssl/SSL_CTX_get0_param.pod
index 332f181187a8f4993c293fa8dae52b1f7107c8de..ba16b50f087994af1f965faac5559728a7aa1a4f 100644
(file)
--- a/
doc/ssl/SSL_CTX_get0_param.pod
+++ b/
doc/ssl/SSL_CTX_get0_param.pod
@@
-34,7
+34,7
@@
them to suit its needs: for example to add a hostname check.
Check hostname matches "www.foo.com" in peer certificate:
X509_VERIFY_PARAM *vpm = SSL_get0_param(ssl);
- X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com");
+ X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com"
, 0
);
=head1 RETURN VALUES