1
1
libssh/tests
Anderson Toshiyuki Sasaki 3845f77d76 tests: Mark unreachable points after fail_msg()
fail_msg() is not expected to return.  Mark the points after calling it
as unreachable to clarify this to the compiler.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2020-03-29 10:00:57 +02:00
..
benchmarks cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRS 2019-11-07 14:01:01 +01:00
client tests: Verify error returned by kill 2020-02-25 10:54:43 +01:00
etc etc: Adds a new user Charlie 2019-12-20 14:39:56 +01:00
fuzz cmake: Rename static library 2019-11-07 14:01:01 +01:00
keys keys: Adds new keys to generate PKCS11 URIs used to authenticate with the ssh server. 2019-12-20 14:36:45 +01:00
pkcs11 tests/pkcs11: Adds a script to setup PKCS11 tokens using softhsm and p11tool. 2019-12-20 14:36:57 +01:00
pkd tests: Avoid needless assignment as reported by csbuild 2019-12-23 14:31:32 +01:00
server torture_server_config: Run the server under timeout 2020-03-29 10:00:57 +02:00
sftp_stress tests: Call ssh_session_is_known_server() 2018-06-27 09:45:35 +02:00
unittests tests: Skip chacha20-poly1305 tests in FIPS mode 2020-01-23 09:48:11 +01:00
authentication.c Add a exec test. 2009-05-04 22:30:21 +00: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 torture: Added a function to setup a libssh based server 2020-03-29 10:00:57 +02:00
cmdline.c tests: allow conditionnal execution on pattern 2015-02-02 17:34:15 +01:00
connection.c preliminary test suite 2008-03-17 02:31:22 +00: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 ssh_ping: Ignore system-wide configuration 2020-03-29 10:00:57 +02:00
test_exec.c tests: Call ssh_session_is_known_server() 2018-06-27 09:45:35 +02:00
test_pcap.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_socket.c struct socket -> struct ssh_socket_struct +typedef 2009-12-06 22:48:56 +01:00
test_ssh_bind_accept_fd.c add mbedtls crypto support 2017-12-28 11:17:39 +01:00
test_tunnel.c tests: Call ssh_session_is_known_server() 2018-06-27 09:45:35 +02:00
tests_config.h.cmake torture: Added a function to setup a libssh based server 2020-03-29 10:00:57 +02:00
tests.h preliminary test suite 2008-03-17 02:31:22 +00: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: Mark unreachable points after fail_msg() 2020-03-29 10:00:57 +02:00
torture.h torture: Added a function to setup a libssh based server 2020-03-29 10:00:57 +02:00
valgrind.supp valgrind: Add suppression for glibc dlopen issue 2016-01-19 11:03:52 +01:00