projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31041c4
)
Fix a typo in the X509_get0_subject_key_id() documentation
author
Matt Caswell
<matt@openssl.org>
Tue, 7 Feb 2017 14:17:57 +0000
(14:17 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 9 Feb 2017 10:39:39 +0000
(10:39 +0000)
Fixes a copy&paste error
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2568)
(cherry picked from commit
fbc9eeaaa32ba1416d6cb2794201f440bbaeb629
)
doc/crypto/X509_get_extension_flags.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/X509_get_extension_flags.pod
b/doc/crypto/X509_get_extension_flags.pod
index 92e8a6ba1fccb9a97569f7606787ae5b6d5b2477..c78e4573c33f6b55e76d413b002b244632038739 100644
(file)
--- a/
doc/crypto/X509_get_extension_flags.pod
+++ b/
doc/crypto/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_get
0_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.