]> arthur.barton.de Git - ngircd.git/commit
Allow SSL client-only configurations without keys/certificates
authorAlexander Barton <alex@barton.de>
Sat, 6 Jan 2024 18:53:33 +0000 (19:53 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 11 Jan 2024 14:12:54 +0000 (15:12 +0100)
commit2448d047f9808833bb95964f7c6e713154f21064
tree91991d696c1b03ed40d2e5231959f730d1903723
parent07219281ef2092a29050a3934937a2a0c8916e43
Allow SSL client-only configurations without keys/certificates

You don't need to configure certificates/keys as long as you don't
configure SSL-enabled listening ports.

This can make sense when you want to only link your local daemon to an
uplink server using SSL and only have clients on your local host or in
you fully trusted network, where SSL is not required.
src/ngircd/conn-ssl.c
src/ngircd/conn.c