Deleted Added
full compact
19a20,25
> Due to the protocol definition, a TLS/SSL server will always send a
> certificate, if present. A client will only send a certificate when
> explicitely requested to do so by the server (see
> L<SSL_CTX_set_verify(3)|SSL_CTX_set_verify(3)>). If an anonymous cipher
> is used, no certificates are sent.
>
46c52,53
< L<ssl(3)|ssl(3)>, L<SSL_get_verify_result(3)|SSL_get_verify_result(3)>
---
> L<ssl(3)|ssl(3)>, L<SSL_get_verify_result(3)|SSL_get_verify_result(3)>,
> L<SSL_CTX_set_verify(3)|SSL_CTX_set_verify(3)>