Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-01-25 | ssh: Remove duplicate test cases from ssh_to_openssh_SUITE | 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-12 | ssh: Anonymize unused variables in test suites | Hans Nilsson | |
2017-05-17 | ssh: update testcase in ssh_to_openssh | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
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-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-03-17 | ssh: remove from test | Hans Nilsson | |
2017-03-02 | ssh: Remove missplaced options in test suites | Hans Nilsson | |
Removed daemon-only options from client and client-only options from daemon. | |||
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-02-27 | ssh: Print Pids in testcase for debugging | Hans Nilsson | |
2017-02-20 | Merge branch 'maint' | Hans Nilsson | |
2017-02-17 | ssh: increase timetrap in ssh_to_openssh_SUITE to not interrupt some slow ↵ | Hans Nilsson | |
machines | |||
2017-02-14 | Fixed typos in lib/ssh | Andrew Dryga | |
2016-11-11 | ssh: Testcase polishing | Hans Nilsson | |
2016-10-31 | ssh: make test more precise in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: simplify test in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: skip erlang_server_openssh_client_renegotiate test on non-unix | Hans Nilsson | |
2016-10-31 | ssh: Removed tracing in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | ssh: test for rekey with OpenSSH server | Hans Nilsson | |
2016-10-27 | ssh: trace all messages in ↵ | Hans Nilsson | |
ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 | |||
2016-10-27 | ssh: improve result processing in test | Hans Nilsson | |
2016-10-27 | ssh: Reduce the renegotiation limit in test with OpenSSH client | Hans Nilsson | |
in ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 The reason is that it seems that on some small machines we get an out-of-memory exception if the limit is to high. This is probably because a chunk of data larger than the limit is piped from a file into the OpenSSH runing in a shell in a port. | |||
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-06-09 | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
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-29 | ssh: adjusted timetrap values in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-04-29 | ssh: make rsa as companion to dsa test in ssh_to_openssh_SUITE | Hans Nilsson | |
Dsa is outdated and not supported by modern OpenSSH | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-18 | Set timetrap to 40s except for some long running test cases | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-25 | ssh: Adjusted timetrap values on ssh tests | Hans Nilsson | |
2016-02-22 | ssh: remove calls to crypto:start|stop | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: add timetrap to all test suites | Hans Nilsson | |
2015-12-18 | ssh: fix the check that open-ssh supports certain pubkeys in a test suite | Hans Nilsson | |
2015-12-08 | ssh: more info from failed case | Hans Nilsson | |
2015-12-07 | ssh: Add testcase precondition | Hans Nilsson | |
2015-10-29 | ssh: fix spelling error pulic -> public | Hans Nilsson | |
2015-10-20 | ssh: dynamic check of supported algos in ssh_to_openssh_SUITE | Hans Nilsson | |
2015-10-19 | ssh: Removed testcases from ssh_to_openssh_SUITE | Hans Nilsson | |
They are covered in ssh_algorithms_SUITE | |||
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-09 | ssh: added 'after' to receive stmts in test/ | Hans Nilsson | |
2015-10-08 | ssh: Tests updated for ecdsa | 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 | |||
2015-08-29 | ssh: Elliptic Curve Diffie-Hellman (ECDH) | Hans Nilsson | |
Adds ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp512 and OTP-12938 hmac-sha2-512 |