diff options
author | Iwan Timmer <irtimmer@gmail.com> | 2018-07-26 22:47:50 +0100 |
---|---|---|
committer | Iwan Timmer <irtimmer@gmail.com> | 2018-07-27 21:23:17 +0100 |
commit | 096cbdce13b811f34726533d1a569912adc7cbec (patch) | |
tree | cdd10ccc2032850c291198a6e660cc1ddbe0a225 /README | |
parent | ba6aaf572774a49ec2ece32fff492ed814d60922 (diff) | |
download | systemd-096cbdce13b811f34726533d1a569912adc7cbec.tar.gz |
resolved: basic OpenSSL support for DNS-over-TLS
This provides basic OpenSSL support without optimizations like TCP Fast Open and TLS Session Tickets.
Notice only a single SSL library can be enabled at a time and therefore journald functions provided by GnuTLS will be disabled when using OpenSSL.
Fixes #9531
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -154,7 +154,8 @@ REQUIREMENTS: libmicrohttpd (optional) libpython (optional) libidn2 or libidn (optional) - gnutls >= 3.1.4 (optional, >= 3.5.3 is necessary to support DNS-over-TLS) + gnutls >= 3.1.4 (optional, >= 3.5.3 is required to support DNS-over-TLS with gnutls) + openssl >= 1.1.0 (optional, required to support DNS-over-TLS with openssl) elfutils >= 158 (optional) polkit (optional) pkg-config |