Am 15.07.2020 um 17:47 hat Daniel P. Berrangé geschrieben: > The unit tests using the x509 crypto functionality have started > failing in Fedora 33 rawhide with a message like > > The certificate uses an insecure algorithm > > This is result of Fedora changes to support strong crypto [1]. RSA > with 1024 bit key is viewed as legacy and thus insecure. Generate > a new private key which is 3072 bits long and reasonable future > proof. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
Thanks, applied to the block branch. Kevin