[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Dr. Stephen Henson steve at openssl.org
Thu Jul 9 20:23:49 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  ded7eee8c238fd814173517fdffb6a58c0758d81 (commit)
      from  fdd6d00952f00fe7e658b342a359e556d1526c65 (commit)


- Log -----------------------------------------------------------------
commit ded7eee8c238fd814173517fdffb6a58c0758d81
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Thu Jul 9 19:32:36 2015 +0100

    correct example
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (cherry picked from commit 2fc52c912a79eefe8610984bac5eed3a2589ee85)

-----------------------------------------------------------------------

Summary of changes:
 doc/ssl/SSL_CTX_get0_param.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ssl/SSL_CTX_get0_param.pod b/doc/ssl/SSL_CTX_get0_param.pod
index 332f181..ba16b50 100644
--- 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
 


More information about the openssl-commits mailing list