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

Rich Salz rsalz at openssl.org
Wed Aug 26 21:32:05 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  06f6c551078fbdbb86dec469b2a280d1323153fb (commit)
      from  2d07f60a025df7cb34efce9f5122c8f682bbc070 (commit)


- Log -----------------------------------------------------------------
commit 06f6c551078fbdbb86dec469b2a280d1323153fb
Author: Viktor Dukhovni <viktor at dukhovni.org>
Date:   Wed Apr 23 21:58:30 2014 -0400

    GH correct organizationalUnitName
    
    Signed-off-by: Rich Salz <rsalz at akamai.com>
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (cherry picked from commit 208b2d541dcb3b8f62639d2a8cc5771af4ba8755)

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

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

diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index cb06b53..54a4d39 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -489,7 +489,7 @@ be input by calling it "1.organizationName".
 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,
-organizationUnitName, stateOrProvinceName. Additionally emailAddress
+organizationalUnitName, stateOrProvinceName. Additionally emailAddress
 is include as well as name, surname, givenName initials and dnQualifier.
 
 Additional object identifiers can be defined with the B<oid_file> or


More information about the openssl-commits mailing list