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 6484958645
)
This commit is contained in:
parent
bd8192604a
commit
23cf88440c
@ -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
|
X509_NAME_get_entry() on any matching indices and then the
|
||||||
various B<X509_NAME_ENTRY> utility functions on the result.
|
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
|
=head1 EXAMPLES
|
||||||
|
|
||||||
Process all entries:
|
Process all entries:
|
||||||
|
Loading…
Reference in New Issue
Block a user