mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 23:43:41 +08:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
=pod
|
||||
|
||||
=for comment openssl_manual_section:7
|
||||
|
||||
=head1 NAME
|
||||
|
||||
x509 - X.509 certificate handling
|
||||
@@ -47,18 +49,27 @@ B<X509_EXTENSION_>I<...> handle certificate extensions.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<X509_NAME_ENTRY_get_object(3)|X509_NAME_ENTRY_get_object(3)>,
|
||||
L<X509_NAME_add_entry_by_txt(3)|X509_NAME_add_entry_by_txt(3)>,
|
||||
L<X509_NAME_add_entry_by_NID(3)|X509_NAME_add_entry_by_NID(3)>,
|
||||
L<X509_NAME_print_ex(3)|X509_NAME_print_ex(3)>,
|
||||
L<X509_NAME_new(3)|X509_NAME_new(3)>,
|
||||
L<d2i_X509(3)|d2i_X509(3)>,
|
||||
L<d2i_X509_ALGOR(3)|d2i_X509_ALGOR(3)>,
|
||||
L<d2i_X509_CRL(3)|d2i_X509_CRL(3)>,
|
||||
L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>,
|
||||
L<d2i_X509_REQ(3)|d2i_X509_REQ(3)>,
|
||||
L<d2i_X509_SIG(3)|d2i_X509_SIG(3)>,
|
||||
L<crypto(3)|crypto(3)>,
|
||||
L<x509v3(3)|x509v3(3)>
|
||||
L<X509_NAME_ENTRY_get_object(3)>,
|
||||
L<X509_NAME_add_entry_by_txt(3)>,
|
||||
L<X509_NAME_add_entry_by_NID(3)>,
|
||||
L<X509_NAME_print_ex(3)>,
|
||||
L<X509_NAME_new(3)>,
|
||||
L<d2i_X509(3)>,
|
||||
L<d2i_X509_ALGOR(3)>,
|
||||
L<d2i_X509_CRL(3)>,
|
||||
L<d2i_X509_NAME(3)>,
|
||||
L<d2i_X509_REQ(3)>,
|
||||
L<d2i_X509_SIG(3)>,
|
||||
L<crypto(3)>,
|
||||
L<x509v3(3)>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
|
||||
Licensed under the OpenSSL license (the "License"). You may not use
|
||||
this file except in compliance with the License. You can obtain a copy
|
||||
in the file LICENSE in the source distribution or at
|
||||
L<https://www.openssl.org/source/license.html>.
|
||||
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user