1
1
libssh/tests/unittests
Ben Toews b1f3cfec34 libssh: deprecate SSH_KEYTYPE_ECDSA
This type is imprecise. We often need the ecdsa_nid in addition to the key type
in order to do anything. We replace this singluar ECDSA type with one type per
curve.

Signed-off-by: Ben Toews <mastahyeti@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2019-04-17 10:21:42 +02:00
..
CMakeLists.txt tests: Add tests for server side configuration 2019-04-01 08:38:17 +02:00
torture_bind_config.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_buffer.c buffer: Fix regression introduced by 6c7eaa and c306a6 2019-02-21 10:51:17 +01:00
torture_bytearray.c tests: Avoid warnings about unused arguments 2018-11-23 17:30:16 +01:00
torture_callbacks.c tests: Prefer assert_non_null() over assert_false() 2019-01-26 13:56:22 +01:00
torture_channel.c tests: Use ZERO_STRUCT for readfds 2018-08-20 18:42:03 +02:00
torture_config.c Add tests and implementation for Encrypt-then-MAC mode 2019-02-22 15:31:08 +01:00
torture_crypto.c tests: Initialize ssh_cipher_struct in torture_crypto_aes256_cbc() 2019-01-26 15:47:49 +01:00
torture_hashes.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_init.c tests: Test calling ssh_init() after ssh_finalize() 2018-11-30 18:26:55 +01:00
torture_isipaddr.c torture: Remove unused variable 2018-06-28 09:05:58 +02:00
torture_keyfiles.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_knownhosts_parsing.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_list.c tests: Added NULL checks in torture_list.c 2019-01-26 13:56:22 +01:00
torture_misc.c tests: Prefer assert_non_null() over assert_false() 2019-01-26 13:56:22 +01:00
torture_moduli.c tests: Added moduli file parsing tests 2019-01-24 12:56:09 +01:00
torture_options.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_packet_filter.c packet: Allow SSH2_MSG_EXT_INFO when authenticated 2018-12-10 16:42:26 +01:00
torture_packet.c Add tests and implementation for Encrypt-then-MAC mode 2019-02-22 15:31:08 +01:00
torture_pki_dsa.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_pki_ecdsa.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_pki_ed25519.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_pki_rsa.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_pki.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_push_pop_dir.c tests: Introduce functions to change directories 2018-11-28 15:51:06 +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 libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00
torture_session_keys.c dh: Rename variables for DH key exchange 2019-04-04 08:00:15 +02:00
torture_temp_dir.c tests: Introduce torture_make_temp_dir() 2018-11-28 15:51:06 +01:00
torture_temp_file.c tests: use torture_create_temp_file() in torture_knownhosts_parsing 2018-11-28 15:51:06 +01:00
torture_threads_buffer.c buffer: Fix regression introduced by 6c7eaa and c306a6 2019-02-21 10:51:17 +01:00
torture_threads_crypto.c tests: Init cipher structure in thread_crypto_aes256_cbc() 2018-10-24 09:48:35 +02:00
torture_threads_init.c tests: Use UNUSED macros in torture_threads_init 2018-11-30 18:25:12 +01:00
torture_threads_pki_rsa.c libssh: deprecate SSH_KEYTYPE_ECDSA 2019-04-17 10:21:42 +02:00