[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Feb 9 10:39:51 UTC 2017


The branch master has been updated
       via  fbc9eeaaa32ba1416d6cb2794201f440bbaeb629 (commit)
      from  01ede84d5644e868e71dc3d5312f2d2514454452 (commit)


- Log -----------------------------------------------------------------
commit fbc9eeaaa32ba1416d6cb2794201f440bbaeb629
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Feb 7 14:17:57 2017 +0000

    Fix a typo in the X509_get0_subject_key_id() documentation
    
    Fixes a copy&paste error
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2568)

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

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

diff --git a/doc/man3/X509_get_extension_flags.pod b/doc/man3/X509_get_extension_flags.pod
index 92e8a6b..c78e457 100644
--- a/doc/man3/X509_get_extension_flags.pod
+++ b/doc/man3/X509_get_extension_flags.pod
@@ -105,7 +105,7 @@ B<id-kp-timeStamping>, B<id-kp-dvcs> and B<anyExtendedKeyUsage> respectively.
 Additionally B<XKU_SGC> is set if either Netscape or Microsoft SGC OIDs are
 present.
 
-X509_get_extended_key_usage() return an internal pointer to the subject key
+X509_get0_subject_key_id() returns an internal pointer to the subject key
 identifier of B<x> as an B<ASN1_OCTET_STRING> or B<NULL> if the extension
 is not present or cannot be parsed.
 


More information about the openssl-commits mailing list