]> git.proxmox.com Git - pve-http-server.git/commit
fix #3790: allow setting TLS 1.3 cipher suites
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 17 Dec 2021 12:57:27 +0000 (13:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jan 2022 12:30:10 +0000 (13:30 +0100)
commit95fde1f73d729616e701456f0cd408c1fdfd899f
tree1957aeee14e8239fae25019cce8f29209c4f71ac
parente12e46c9790da21eb3f1fb11c23254150a6e99b9
fix #3790: allow setting TLS 1.3 cipher suites

like the TLS <= 1.2 cipher list, but needs a different option since the
format and values are incompatible. AnyEvent doesn't yet handle this
directly like the cipher list, so set it directly on the context.

requires corresponding patch in pve-manager (which reads the config, and
passes relevant parts back to the API server).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Tested-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Reviewed-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PVE/APIServer/AnyEvent.pm
src/PVE/APIServer/Utils.pm