cosmetic changes
This commit is contained in:
@@ -187,7 +187,7 @@ certificates.
|
|||||||
* SSL_CTX_set_verify_depth() is by purpose set to "limit+1" so
|
* SSL_CTX_set_verify_depth() is by purpose set to "limit+1" so
|
||||||
* that whenever the "depth>verify_depth" condition is met, we
|
* that whenever the "depth>verify_depth" condition is met, we
|
||||||
* have violated the limit and want to log this error condition.
|
* have violated the limit and want to log this error condition.
|
||||||
* We must do it here, because the CHAIN_TO_LONG error would not
|
* We must do it here, because the CHAIN_TOO_LONG error would not
|
||||||
* be found explicitly; only errors introduced by cutting off the
|
* be found explicitly; only errors introduced by cutting off the
|
||||||
* additional certificates would be logged.
|
* additional certificates would be logged.
|
||||||
*/
|
*/
|
||||||
|
@@ -64,6 +64,6 @@ to find out the reason.
|
|||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
|
L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
|
||||||
L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
|
L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Reference in New Issue
Block a user