[openssl-commits] [openssl] master update

yang.yang at baishancloud.com yang.yang at baishancloud.com
Sat Dec 29 03:19:05 UTC 2018


The branch master has been updated
       via  005247af76aa8d623fadbf3a82aa7b8ef449989f (commit)
      from  fff1470cda05dedd98d2e8e18c3bc320635365d4 (commit)


- Log -----------------------------------------------------------------
commit 005247af76aa8d623fadbf3a82aa7b8ef449989f
Author: Behrang <18451+behrangsa at users.noreply.github.com>
Date:   Thu Dec 20 23:56:03 2018 +1100

    Fixed minor typo in the req.pod docs
    
    CLA: Trivial
    
    Fixes #7928.
    
    Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
    Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7973)

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

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

diff --git a/doc/man1/req.pod b/doc/man1/req.pod
index 67cb8ad..3517627 100644
--- a/doc/man1/req.pod
+++ b/doc/man1/req.pod
@@ -502,7 +502,7 @@ The actual permitted field names are any object identifier short or
 long names. These are compiled into OpenSSL and include the usual
 values such as commonName, countryName, localityName, organizationName,
 organizationalUnitName, stateOrProvinceName. Additionally emailAddress
-is include as well as name, surname, givenName initials and dnQualifier.
+is included as well as name, surname, givenName, initials, and dnQualifier.
 
 Additional object identifiers can be defined with the B<oid_file> or
 B<oid_section> options in the configuration file. Any additional fields


More information about the openssl-commits mailing list