1
1
libssh/tests
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
..
benchmarks cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRS 2019-11-07 14:01:01 +01:00
client unsorted formatting cleanup 2022-05-10 12:39:26 +02:00
etc etc: Adds a new user Charlie 2019-12-20 14:39:56 +01:00
external_override tests/external_override: Add override test for internal implementations 2021-01-12 12:54:18 +01:00
fuzz fuzz: Provide host and ssh dir for the fuzzer 2022-02-15 11:34:11 +01:00
keys Generate new 2k certificate key working in FIPS 2022-05-12 09:13:38 +02:00
pkcs11 tests/pkcs11/setup-softhsm-tokens.sh: updates the script to handle LOADPUBLIC parameter. 2020-05-20 12:49:29 +02:00
pkd tests: Disable *cbc ciphers in Dropbear tests 2020-11-02 16:03:58 +01:00
server Add initial server algorithm test for no HMAC overlap 2020-10-14 11:07:22 +02:00
unittests Solve issue #113 "Remove unneeded configuration options not supported by OpenSSH anymore" 2022-04-14 11:47:14 +02:00
chmodtest.c Added some other junk test file 2010-05-17 20:08:11 +02:00
chroot_wrapper.c tests: Temporarily build chroot_wrapper 2017-12-15 12:00:49 +01:00
CMakeLists.txt tests/external_override: Add override test for internal implementations 2021-01-12 12:54:18 +01:00
cmdline.c tests: allow conditionnal execution on pattern 2015-02-02 17:34:15 +01:00
ctest-default.cmake tests: Do not trace sshd 2018-10-19 17:42:55 +02:00
generate.py A few test cases for benchmarks 2009-11-05 18:18:35 +01:00
ssh_ping.c Make the testing ping use all supported algorithms 2020-04-20 14:14:33 +02:00
test_socket.c struct socket -> struct ssh_socket_struct +typedef 2009-12-06 22:48:56 +01:00
tests_config.h.cmake torture: Added a function to setup a libssh based server 2020-03-29 10:00:57 +02:00
torture_cmocka.c tests: Define LIBSSH_STATIC for torture_cmocka 2018-09-05 11:43:05 +02:00
torture_cmocka.h torture: Add assert macros for ssh return codes 2018-06-30 14:37:04 +02:00
torture_key.c pki: add support for sk-ecdsa and sk-ed25519 2020-02-11 10:08:26 +01:00
torture_key.h torture_key: Adds public keys in PEM format - as required by p11tool. 2019-12-20 14:40:38 +01:00
torture_pki.c tests: Include config.h in torture_pki.c 2018-11-27 11:52:12 +01:00
torture_pki.h tests: Move helper functions to a common file 2018-01-10 22:24:11 +01:00
torture.c tests: Add condition for SSHD_EXECUTABLE 2021-11-09 09:36:31 +01:00
torture.h tests: Add condition for SSHD_EXECUTABLE 2021-11-09 09:36:31 +01:00
valgrind.supp valgrind: Add suppression for glibc dlopen issue 2016-01-19 11:03:52 +01:00