Comparison

CHANGES @ 12096:dfb29b5b0a57

core.certmanager: Presets based on Mozilla SSL Configuration Generator ssl_preset = "modern"
author Kim Alvefur <zash@zash.se>
date Sun, 22 Dec 2019 02:25:37 +0100
parent 12093:b446edb2a51e
child 12115:94de6b7596cc
comparison
equal deleted inserted replaced
12095:c1d2bc6603ae 12096:dfb29b5b0a57
24 - DANE support in low-level network layer 24 - DANE support in low-level network layer
25 - Direct TLS support (c2s and incoming s2s) 25 - Direct TLS support (c2s and incoming s2s)
26 - SCRAM-SHA-256 26 - SCRAM-SHA-256
27 - Direct TLS (including https) certificates updated on reload 27 - Direct TLS (including https) certificates updated on reload
28 - Pluggable authorization providers (mod_authz_) 28 - Pluggable authorization providers (mod_authz_)
29 - Easy use of Mozilla TLS recommendations presets
29 30
30 ### HTTP 31 ### HTTP
31 32
32 - CORS handling now provided by mod_http 33 - CORS handling now provided by mod_http
33 - Built-in HTTP server now handles HEAD requests 34 - Built-in HTTP server now handles HEAD requests