]> git.proxmox.com Git - pve-manager.git/commit
pve5to6: cert: check certificates key size
authorAlwin Antreich <a.antreich@proxmox.com>
Mon, 22 Jul 2019 15:11:40 +0000 (17:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Jul 2019 06:16:55 +0000 (08:16 +0200)
commit91bebedbd0a853d27debfe78a5b507a3156f0141
tree38781709778478e16e038b7dea1878b976b8a6d5
parent64d97bfaa963c55f7f15b63e5af987f6b6bb87a8
pve5to6: cert: check certificates key size

Debian Buster raised the default security level (1 -> 2) for TLS
connections.

This moves from the 80 bit security level to the 112 bit security level
and will require 2048 bit or larger RSA and DHE keys, 224 bit or larger
ECC keys, and SHA-2.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/CLI/pve5to6.pm