diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2020-07-15 16:47:01 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-07-17 14:20:57 +0200 |
commit | 3e018afbfe005a3448949bfe3954888b9d8460c4 (patch) | |
tree | d1c18240c21878a4c04270ebd7815837d66d2726 /hw/char/serial-pci-multi.c | |
parent | 1c404d756fd59ecee09dec924b88c492d24b3fc8 (diff) |
crypto: use a stronger private key for tests
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.
[1] https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200715154701.1041325-1-berrange@redhat.com>
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/char/serial-pci-multi.c')
0 files changed, 0 insertions, 0 deletions