[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Thu Oct 5 19:31:57 UTC 2017


The branch master has been updated
       via  36cf10cf9f0bcd14107fe35a0340eeef677e9535 (commit)
      from  fbb7b33b28e3026c7443339c1f300ef725e2ff50 (commit)


- Log -----------------------------------------------------------------
commit 36cf10cf9f0bcd14107fe35a0340eeef677e9535
Author: Andrew Siplas <andrew at asiplas.net>
Date:   Wed Oct 4 02:11:08 2017 -0400

    Fixes #4459 "issuserAltName" documentation typo.
    
    See crypto/objects/objects.txt:767 -- field is "issuerAltName"
    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/4460)

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

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

diff --git a/doc/man5/x509v3_config.pod b/doc/man5/x509v3_config.pod
index 59c3e96..a35b4cc 100644
--- a/doc/man5/x509v3_config.pod
+++ b/doc/man5/x509v3_config.pod
@@ -205,7 +205,7 @@ certificate (if possible).
 
 Example:
 
- issuserAltName = issuer:copy
+ issuerAltName = issuer:copy
 
 
 =head2 Authority Info Access.


More information about the openssl-commits mailing list