Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the wiki
authorMatt Caswell <matt@openssl.org>
Fri, 12 Sep 2014 05:00:26 +0000 (01:00 -0400)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 13:57:23 +0000 (13:57 +0000)
Minor changes made by Matt Caswell

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit 648495864513da788246f9b75dbbbce0614ed5e8)

doc/crypto/X509_NAME_get_index_by_NID.pod

index 3b1f9ff43b65a07e120b541a5818bb05d793171d..c8a8128795614982525dba7c05a9b1afca246b23 100644 (file)
@@ -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: