]> git.ipfire.org Git - thirdparty/unbound.git/commit
Allow using system certificates not only on Windows 677/head
authorPetr Mensik <pemensik@redhat.com>
Thu, 12 May 2022 14:07:41 +0000 (16:07 +0200)
committerPetr Mensik <pemensik@redhat.com>
Thu, 12 May 2022 14:07:41 +0000 (16:07 +0200)
commit0abfddd2795b5f2bac90f348d93d782a690bd71c
tree4829a37607686a85743d0f2535ecb838297b7db7
parent77149fc2aa403bd7c738ab7ec2d9e54c7ff7c3ef
Allow using system certificates not only on Windows

OpenSSL has a way to load default file. That file might contain usable
certificates to verify common connections. Allow similar trust as on
windows and leave it on openssl package to provide sane defaults.

Also provide use-system-cert alias, because it is not windows specific
anymore.
util/config_file.c
util/net_help.c