1
1
libssh/tests/keys
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
..
certauth Generate new 2k certificate key working in FIPS 2022-05-12 09:13:38 +02:00
pkcs11 keys: Adds new keys to generate PKCS11 URIs used to authenticate with the ssh server. 2019-12-20 14:36:45 +01:00
id_ecdsa tests: Verify the pubkey authentication works with ECDSA keys 2018-09-17 16:39:38 +02:00
id_ecdsa.pub tests: Verify the pubkey authentication works with ECDSA keys 2018-09-17 16:39:38 +02:00
id_ed25519 tests: Verify we can authenticate using ed25519 key 2018-10-19 17:43:20 +02:00
id_ed25519.pub tests: Verify we can authenticate using ed25519 key 2018-10-19 17:43:20 +02:00
id_rsa tests: Add public keys for bob 2016-01-14 08:04:49 +01:00
id_rsa_protected auth: Add ssh_userauth_publickey_auto_get_current_identity() 2020-12-10 09:22:13 +01:00
id_rsa_protected.pub auth: Add ssh_userauth_publickey_auto_get_current_identity() 2020-12-10 09:22:13 +01:00
id_rsa.pub tests: Add public keys for bob 2016-01-14 08:04:49 +01:00
ssh_host_dsa_key tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_dsa_key.pub tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_ecdsa_key tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_ecdsa_key.pub tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_key tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_key.pub tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_rsa_key tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
ssh_host_rsa_key.pub tests: Add ssh host keys for test environment. 2016-01-14 08:04:49 +01:00
user_ca torture_auth: Add tests for client side certificate authentication 2016-03-15 08:38:13 +01:00