diff options
author | 2020-06-24 07:20:47 +0000 | |
---|---|---|
committer | 2020-06-24 07:20:47 +0000 | |
commit | bf448d9dac77ea6f03dae7088f5e7116f0d4290a (patch) | |
tree | 7a57c04d3f2c78870800a0f722bfdcfe5909042d /sys | |
parent | actually use pci_intr_establish_cpu with cpus from the intrmap. (diff) | |
download | wireguard-openbsd-bf448d9dac77ea6f03dae7088f5e7116f0d4290a.tar.xz wireguard-openbsd-bf448d9dac77ea6f03dae7088f5e7116f0d4290a.zip |
Using the "ldaps" or "tls" keywords in ldapd.conf currently enables all
protocols and ciphers. So you get a TLS server speaking TLSv1.0 and
supporting cipher suites with RC4 and 3DES encryption, all of which should
be considered broken. There is no way of disabling TLSv1.0 and TLSv1.1 in
ldapd. All this is also not very clearly called out in the documentation.
This commit switches the defaults to using the libtls defaults for both
protocols and ciphers. If compatibility with the insecure legacy protocols
and ciphers is needed, use the "legacy" keyword before "tls" or "ldaps" in
ldapd.conf.
tested by abieber.
inoguchi agrees with the direction.
ok beck
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions