|
@@ -346,6 +346,7 @@ connection_tls_finish_handshake(connection_t *conn) {
|
|
|
log_fn(LOG_DEBUG,"tls handshake done. verifying.");
|
|
|
if (! tor_tls_peer_has_cert(conn->tls)) {
|
|
|
log_fn(LOG_WARN,"Peer didn't send a cert! Closing.");
|
|
|
+
|
|
|
return -1;
|
|
|
}
|
|
|
if (tor_tls_get_peer_cert_nickname(conn->tls, nickname, sizeof(nickname))) {
|