Deleted Added
full compact
SSL_CTX_use_certificate.pod (72613) SSL_CTX_use_certificate.pod (76866)
1=pod
2
3=head1 NAME
4
5SSL_CTX_use_certificate, SSL_CTX_use_certificate_ASN1, SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1, SSL_use_certificate_file, SSL_CTX_use_certificate_chain_file, SSL_CTX_use_PrivateKey, SSL_CTX_use_PrivateKey_ASN1, SSL_CTX_use_PrivateKey_file, SSL_CTX_use_RSAPrivateKey, SSL_CTX_use_RSAPrivateKey_ASN1, SSL_CTX_use_RSAPrivateKey_file, SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey, SSL_use_RSAPrivateKey, SSL_use_RSAPrivateKey_ASN1, SSL_use_RSAPrivateKey_file, SSL_CTX_check_private_key, SSL_check_private_key - load certificate and key data
6
7=head1 SYNOPSIS
8

--- 103 unchanged lines hidden (view full) ---

112SSL_CTX_use_certificate_chain_file() is only applicable to PEM formatting.
113Files of type SSL_FILETYPE_PEM can contain more than one item.
114
115SSL_CTX_use_certificate_chain_file() adds the first certificate found
116in the file to the certificate store. The other certificates are added
117to the store of chain certificates using
118L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>.
119There exists only one extra chain store, so that the same chain is appended
1=pod
2
3=head1 NAME
4
5SSL_CTX_use_certificate, SSL_CTX_use_certificate_ASN1, SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1, SSL_use_certificate_file, SSL_CTX_use_certificate_chain_file, SSL_CTX_use_PrivateKey, SSL_CTX_use_PrivateKey_ASN1, SSL_CTX_use_PrivateKey_file, SSL_CTX_use_RSAPrivateKey, SSL_CTX_use_RSAPrivateKey_ASN1, SSL_CTX_use_RSAPrivateKey_file, SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey, SSL_use_RSAPrivateKey, SSL_use_RSAPrivateKey_ASN1, SSL_use_RSAPrivateKey_file, SSL_CTX_check_private_key, SSL_check_private_key - load certificate and key data
6
7=head1 SYNOPSIS
8

--- 103 unchanged lines hidden (view full) ---

112SSL_CTX_use_certificate_chain_file() is only applicable to PEM formatting.
113Files of type SSL_FILETYPE_PEM can contain more than one item.
114
115SSL_CTX_use_certificate_chain_file() adds the first certificate found
116in the file to the certificate store. The other certificates are added
117to the store of chain certificates using
118L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>.
119There exists only one extra chain store, so that the same chain is appended
120to both types of certificates, RSA and DSA! If it is not intented to use
120to both types of certificates, RSA and DSA! If it is not intended to use
121both type of certificate at the same time, it is recommended to use the
122SSL_CTX_use_certificate_chain_file() instead of the
123SSL_CTX_use_certificate_file() function in order to allow the use of
124complete certificate chains even when no trusted CA storage is used or
125when the CA issuing the certificate shall not be added to the trusted
126CA storage.
127
128If additional certificates are needed to complete the chain during the

--- 26 unchanged lines hidden ---
121both type of certificate at the same time, it is recommended to use the
122SSL_CTX_use_certificate_chain_file() instead of the
123SSL_CTX_use_certificate_file() function in order to allow the use of
124complete certificate chains even when no trusted CA storage is used or
125when the CA issuing the certificate shall not be added to the trusted
126CA storage.
127
128If additional certificates are needed to complete the chain during the

--- 26 unchanged lines hidden ---