]> arthur.barton.de Git - ngircd-alex.git/commit
S2S-TLS/OpenSSL: Always setup host name verification
authorAlexander Barton <alex@barton.de>
Mon, 1 Jan 2024 18:58:35 +0000 (19:58 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 23 Mar 2024 19:19:01 +0000 (20:19 +0100)
commit84b019b11f761b71c8239d60e7f8db0b82a55df3
treec08535a0dcd5b441ca2dda8c7a03c30dff9fce4b
parent8f8bef9faee96a6033e8719fd38167017299847a
S2S-TLS/OpenSSL: Always setup host name verification

Setup host name verification even when the "SSLVerify" option is
disabled, because even then the peer can present a valid certificate and
validation would always(!) fail because of the missing host name
verification setup.
src/ngircd/conn-ssl.c