⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssl_ctx_add_extra_chain_cert.pod

📁 开源的ssl算法openssl,版本0.9.8H
💻 POD
字号:
=pod=head1 NAMESSL_CTX_add_extra_chain_cert - add certificate to chain=head1 SYNOPSIS #include <openssl/ssl.h> long SSL_CTX_add_extra_chain_cert(SSL_CTX ctx, X509 *x509)=head1 DESCRIPTIONSSL_CTX_add_extra_chain_cert() adds the certificate B<x509> to the certificatechain presented together with the certificate. Several certificatescan be added one after the other.=head1 NOTESWhen constructing the certificate chain, the chain will be formed fromthese certificates explicitly specified. If no chain is specified,the library will try to complete the chain from the available CAcertificates in the trusted CA storage, seeL<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>.=head1 RETURN VALUESSSL_CTX_add_extra_chain_cert() returns 1 on success. Check out theerror stack to find out the reason for failure otherwise.=head1 SEE ALSOL<ssl(3)|ssl(3)>,L<SSL_CTX_use_certificate(3)|SSL_CTX_use_certificate(3)>,L<SSL_CTX_set_client_cert_cb(3)|SSL_CTX_set_client_cert_cb(3)>,L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -