From: Matt Caswell Date: Fri, 12 Sep 2014 05:00:26 +0000 (-0400) Subject: Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the wiki X-Git-Tag: OpenSSL_1_0_2~172 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=23cf88440c3bcb455407a577ae393bd1228b3818 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 (cherry picked from commit 648495864513da788246f9b75dbbbce0614ed5e8) --- 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 utility functions on the result. +The list of all relevant B and B can be found in +the source code header files Eopenssl/obj_mac.hE and/or +Eopenssl/objects.hE. + =head1 EXAMPLES Process all entries: