[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

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


The branch OpenSSL_1_1_1-stable has been updated
       via  30e35ee1d54a7ad55ba724da795c513f07653252 (commit)
      from  d0afc7bffa3f632671e833738056df15e26dc6f3 (commit)


- Log -----------------------------------------------------------------
commit 30e35ee1d54a7ad55ba724da795c513f07653252
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)
    
    (cherry picked from commit 005247af76aa8d623fadbf3a82aa7b8ef449989f)

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

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 c76d63d..a9b5b16 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