Deleted Added
full compact
SSL_CTX_add_extra_chain_cert.pod (72613) SSL_CTX_add_extra_chain_cert.pod (100928)
1=pod
2
3=head1 NAME
4
5SSL_CTX_add_extra_chain_cert - add certificate to chain
6
7=head1 SYNOPSIS
8

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

28
29SSL_CTX_add_extra_chain_cert() returns 1 on success. Check out the
30error stack to find out the reason for failure otherwise.
31
32=head1 SEE ALSO
33
34L<ssl(3)|ssl(3)>,
35L<SSL_CTX_use_certificate(3)|SSL_CTX_use_certificate(3)>,
1=pod
2
3=head1 NAME
4
5SSL_CTX_add_extra_chain_cert - add certificate to chain
6
7=head1 SYNOPSIS
8

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

28
29SSL_CTX_add_extra_chain_cert() returns 1 on success. Check out the
30error stack to find out the reason for failure otherwise.
31
32=head1 SEE ALSO
33
34L<ssl(3)|ssl(3)>,
35L<SSL_CTX_use_certificate(3)|SSL_CTX_use_certificate(3)>,
36L<SSL_CTX_set_client_cert_cb(3)|SSL_CTX_set_client_cert_cb(3)>,
36L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
37
38=cut
37L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
38
39=cut