Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | ssh: Fix deprecation warnings in tests | Hans Nilsson | |
2019-04-17 | ssh: Remove unused var warning in tests | Hans Nilsson | |
2018-11-19 | ssh: Update test cases for eddsa | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-14 | ssh: Test cases fixes | Hans Nilsson | |
2018-03-01 | ssh: Extend ssh_basic_SUITE:packet_size_zero to ...:packet_size | Hans Nilsson | |
Also got rid of some EXIT messages due to ssh_connection:shell/2 being async and ssh:close came too soon | |||
2018-01-25 | ssh: Add more tests | Hans Nilsson | |
2017-12-21 | ssh: Better reports in some test case failures | Hans Nilsson | |
2017-12-21 | ssh: Tests - timeout catches external ssh that does not disconnect | Hans Nilsson | |
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-05-17 | ssh: make ssh_algorithms_SUITE test public user and host keys | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_transport.erl | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-04-26 | ssh: add msg traceing on one testcase | Hans Nilsson | |
ssh: Misc test case error logging improvments Conflicts: lib/ssh/test/ssh_to_openssh_SUITE.erl | |||
2017-04-26 | ssh: test case adjustments | Hans Nilsson | |
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-04-07 | ssh: Test-suites beautifications | Hans Nilsson | |
2017-02-03 | ssh: logging in test lib for ssh tests | Hans Nilsson | |
2016-12-14 | ssh: [test] remove 'known_hosts' interference in test suite | Hans Nilsson | |
2016-12-14 | ssh: [test] Move fn random_chars/1 to ssh_test_lib | Hans Nilsson | |
2016-12-14 | ssh: [test] Extend timetrap in test case | Hans Nilsson | |
2016-10-31 | ssh: make test more precise in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | ssh: move rekeying test to ssh_test_lib | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-10-13 | ssh: property test case for illegal infoline and close | Hans Nilsson | |
This tests an illegal client that sends an info line and closes 'immediatly'. | |||
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
2016-05-09 | ssh: monitor os:cmd to avoid hanging on baal | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/daemon_port_0/OTP-13527' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_test_lib.erl | |||
2016-05-02 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2016-04-29 | ssh: centralize and adjust port spawning for test_suites into ssh_test_lib | Hans Nilsson | |
2016-04-29 | ssh: breakout rcv_expected to ssh_test_lib.erl | Hans Nilsson | |
2016-04-28 | ssh: test cases changed for port 0 as arg to ssh:daemon | Hans Nilsson | |
2016-04-28 | ssh: remove brain-dead ssh_test_lib:connect without port arg | Hans Nilsson | |
2016-04-27 | ssh: Gen_statem rewrite of ssh_connection_handler | Hans Nilsson | |
Including misc fixes in surronding code as well as in test cases. | |||
2016-04-25 | ssh: Remove use of crypto:rand_bytes/1 | Ingela Anderton Andin | |
ssh use cases are cryptographical so use crypto:strong_rand_bytes/1 instead. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-22 | ssh: remove some spurions test printouts | Hans Nilsson | |
2015-12-21 | ssh: benchmark all common kex and cipher algorithms | Hans Nilsson | |
2015-12-07 | ssh: add check for available ipv6 addr in test case | Hans Nilsson | |
2015-11-23 | ssh: renegotiate test group for AES_GCM | Hans Nilsson | |
2015-10-20 | ssh: dynamic check of supported algos in ssh_to_openssh_SUITE | Hans Nilsson | |
2015-10-19 | ssh: test suites probes ssh client | Hans Nilsson | |
Previously we called the ssh client with the -Q option to query about supported algorithms. Since old clients do not support this and at least one lies, we now set up a fake server at let the ssh client start negotiation instead. Much more robust hopefully. | |||
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-10-09 | ssh: added 'after' to receive stmts in test/ | Hans Nilsson | |
2015-10-08 | Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maint | Hans Nilsson | |
2015-10-08 | ssh: Tests updated for ecdsa | Hans Nilsson | |
2015-10-07 | ssh: added dh_gex tests | Hans Nilsson | |
2015-10-06 | ssh: compression tests skipped if alg is not supported | Hans Nilsson | |
2015-08-30 | ssh: Reorganize and extend the test suites | Hans Nilsson | |
Add ssh_trpt_test_lib:instantiate/2, ssh_test_lib:default_algoritms/2 and algo_intersection/2 ssh_to_openssh_SUITE uses only algos that sshd and ssh client supports raised timeout limit in ssh_basic_SUITE:ssh_connect_arg4_timeout Break out ssh_renegotiate_SUITE from ssh_basic_SUITE Move std_daemon/4 to ssh_test_lib.erl Add ssh_algorithms_SUITE Add ssh_options_SUITE Add assymetric testing of algorithms Add openssh tests to ssh_algorithms_SUITE Remove algo tests from ssh_sftp_SUITE (now in ssh_algorithms_SUITE) Removed kex algo tests from in ssh_basic_SUITE because they are now in ssh_algorithm_SUITE. fixed test case ssh_protocol_SUITE:no_common_alg_server_disconnects/1 |