Skip to content
Snippets Groups Projects
Commit 64849586 authored by Matt Caswell's avatar Matt Caswell
Browse files

Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the wiki

Minor changes made by Matt Caswell

Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
parent f281b8df
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment