summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-09-12 01:00:26 -0400
committerMatt Caswell <matt@openssl.org>2014-11-27 13:57:23 +0000
commitff60f338114b0014d0339258174a084e2a8648c0 (patch)
treed6f842ddcc19ad22a98ce7d652137e1f572c4a1c /doc
parent2cfa5edb26d879545d08b1bb8d0533848de70e5d (diff)
downloadopenssl-new-ff60f338114b0014d0339258174a084e2a8648c0.tar.gz
Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the wiki
Minor changes made by Matt Caswell Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 648495864513da788246f9b75dbbbce0614ed5e8)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/X509_NAME_get_index_by_NID.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/crypto/X509_NAME_get_index_by_NID.pod b/doc/crypto/X509_NAME_get_index_by_NID.pod
index 3b1f9ff43b..c8a8128795 100644
--- a/doc/crypto/X509_NAME_get_index_by_NID.pod
+++ b/doc/crypto/X509_NAME_get_index_by_NID.pod
@@ -59,6 +59,10 @@ X509_NAME_get_index_by_OBJ() should be used followed by
X509_NAME_get_entry() on any matching indices and then the
various B<X509_NAME_ENTRY> utility functions on the result.
+The list of all relevant B<NID_*> and B<OBJ_* codes> can be found in
+the source code header files E<lt>openssl/obj_mac.hE<gt> and/or
+E<lt>openssl/objects.hE<gt>.
+
=head1 EXAMPLES
Process all entries: