1
1
libssh/tests/keys/certauth
Jakub Jelen 8b9b45066b Generate new 2k certificate key working in FIPS
The original key had 2018 bits, which falls short for current security
requirements

Steps I used:

$ ssh-keygen -f tests/keys/certauth/id_rsa -t rsa -b 2048 -C libssh_torture_auth -N ''
$ ssh-keygen -s tests/keys/user_ca -I torture_auth_carlos -n alice ./tests/keys/certauth/id_rsa.pub

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2022-05-12 09:13:38 +02:00
..
id_rsa Generate new 2k certificate key working in FIPS 2022-05-12 09:13:38 +02:00
id_rsa-cert.pub Generate new 2k certificate key working in FIPS 2022-05-12 09:13:38 +02:00
id_rsa.pub Generate new 2k certificate key working in FIPS 2022-05-12 09:13:38 +02:00