1
1
libssh/tests/unittests
Jakub Jelen 594c62d718 tests: PUBLICKEY_ACCEPTED_TYPES are effective
Verify the PUBLICKEY_ACCEPTED_TYPES option is handled correctly
and affects the signature algorithm selection based on the
extensions and can be used to limit list of offered mechanisms
to the server.

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-31 14:18:34 +02:00
..
CMakeLists.txt tests: Add torture_hashes for pubkey hashes 2018-08-29 19:04:44 +02:00
torture_buffer.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_callbacks.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_channel.c tests: Use ZERO_STRUCT for readfds 2018-08-20 18:42:03 +02:00
torture_config.c tests: Cover PubkeyAcceptedTypes configuration option 2018-08-31 14:18:34 +02:00
torture_crypto.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_hashes.c tests: Add torture_hashes for pubkey hashes 2018-08-29 19:04:44 +02:00
torture_init.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_isipaddr.c torture: Remove unused variable 2018-06-28 09:05:58 +02:00
torture_keyfiles.c tests: null terminate buffer in torture_read_one_line() 2018-08-06 08:52:42 +02:00
torture_knownhosts_parsing.c tests: Free memory of tmp_file in torture_knownhosts_parsing 2018-08-08 15:04:59 +02:00
torture_list.c misc: Add ssh_list_count() 2018-06-04 11:20:28 +02:00
torture_misc.c Rest in Peace SSHv1 2018-06-29 14:41:14 +02:00
torture_options.c tests: PUBLICKEY_ACCEPTED_TYPES are effective 2018-08-31 14:18:34 +02:00
torture_packet.c tests: Fix function declaration in torture_packet 2018-08-20 18:42:03 +02:00
torture_pki_dsa.c tests: Make sure pointer are initialized in torture_pki_dsa 2018-08-20 18:42:03 +02:00
torture_pki_ecdsa.c tests: Make sure pointer are initialized in torture_pki_ecdsa 2018-08-20 18:42:03 +02:00
torture_pki_ed25519.c pki: Support RSA verification using different hash algorithms 2018-08-31 14:18:34 +02:00
torture_pki_rsa.c tests: SHA2 extension signatures 2018-08-31 14:18:34 +02:00
torture_pki.c tests: Move rsa tests to own test file 2018-01-10 22:31:02 +01:00
torture_rand.c crytpo: Make sure we check return of ssh_get_random() correctly 2018-07-05 12:12:14 +02:00
torture_server_x11.c tests: Fix segfault with mbedTLS built without threading support 2018-02-12 20:05:49 +01:00
torture_threads_buffer.c tests: Improve test checks 2018-08-06 08:32:07 +02:00
torture_threads_crypto.c tests: Add test for crypto running on threads 2018-08-03 16:43:03 +02:00
torture_threads_init.c tests: Add test for init running on threads 2018-08-03 16:43:03 +02:00
torture_threads_pki_rsa.c tests: Improve test checks 2018-08-06 08:32:07 +02:00