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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: