[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Fri Mar 24 13:08:37 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  943a3ccb968f3544be4b03099ab04a400b758f11 (commit)
      from  f4944142b82d557799c2a73361202a07a54fd69d (commit)


- Log -----------------------------------------------------------------
commit 943a3ccb968f3544be4b03099ab04a400b758f11
Author: Zack Williams <zdw at users.noreply.github.com>
Date:   Fri Mar 17 18:43:53 2017 -0700

    "any" instead of "and"
    
    The "and" should be an "any"
    
    Fixed in LibreSSL's docs: http://man.openbsd.org/man5/x509v3.cnf.5#Subject_alternative_name
    
    CLA: trivial
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2980)
    (cherry picked from commit a41815f05e71009d2a5148bd30b70f47186ed66b)

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

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

diff --git a/doc/apps/x509v3_config.pod b/doc/apps/x509v3_config.pod
index edfd76e..17d9f1c 100644
--- a/doc/apps/x509v3_config.pod
+++ b/doc/apps/x509v3_config.pod
@@ -167,7 +167,7 @@ registered ID: OBJECT IDENTIFIER), B<IP> (an IP address), B<dirName>
 (a distinguished name) and otherName.
 
 The email option include a special 'copy' value. This will automatically
-include and email addresses contained in the certificate subject name in
+include any email addresses contained in the certificate subject name in
 the extension.
 
 The IP address used in the B<IP> options can be in either IPv4 or IPv6 format.


More information about the openssl-commits mailing list