Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | ssh: Remove dubious pubkey setup | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2018-04-19 | ssh: Increase timetrap for slow test machines | Hans Nilsson | |
2018-03-29 | ssh: Simplify ssh_connection and ssh_connection_handler and their internal ↵ | Hans Nilsson | |
interfaces | |||
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-05-31 | ssh: Introduce test case simple_connect in ssh_algorithms_SUITE | Hans Nilsson | |
In the test group public_key we need to control both the host key and the user key. This new test case is aimed at faciliate the user public key testing. | |||
2017-05-31 | ssh: Use option 'pref_public_key_algs' in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-23 | ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-17 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-05-17 | ssh: test case didn't set preferred_algorithms | 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-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-02-24 | ssh: increase timetrap for test on slow machine | Hans Nilsson | |
2017-02-08 | ssh: modify ssh_algorithms_SUITE:init_per_suite for some Windows hangning | Hans Nilsson | |
2017-02-01 | ssh: remove test timetrap for ssh_kex_group_exchange | Hans Nilsson | |
This kex algorithm is now optimized so a long timetrap is not needed | |||
2016-12-14 | ssh: [test] Extend timetrap in test case | Hans Nilsson | |
2016-08-29 | ssh: fix changed badmatch error msg in ssh_algorithms_SUITE | Hans Nilsson | |
2016-06-09 | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | |
2016-06-07 | ssh: log cryptolib version in ssh_algorithms_SUITE | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
2016-05-24 | ssh: Longer timeout for ssh client tests | Hans Nilsson | |
2016-05-20 | ssh: tc renaming | Hans Nilsson | |
2016-05-20 | ssh: split result line in test | Hans Nilsson | |
2016-05-19 | ssh: No erlang port in ssh_algorithms_SUITE | Hans Nilsson | |
2016-05-09 | ssh: polish test log (ssh_algorithms_SUITE) | Hans Nilsson | |
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-29 | ssh: adjusted timetrap values in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-04-29 | ssh: disable StrictHostKeyChecking in sshc_simple_exec test case | Hans Nilsson | |
The lack of this caused problems on some Windows machines | |||
2016-04-29 | ssh: force publickey in some tests in ssh_algoritms_SUITE | 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-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-22 | ssh: Increase timetrap for GEX | Hans Nilsson | |
2016-03-21 | ssh: Make test case ssh_algorithms_SUITE report unexpected messages | Hans Nilsson | |
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: catch port_close in test | 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 | |
2016-02-22 | ssh: remove some spurions test printouts | Hans Nilsson | |
2015-11-13 | ssh: Add env var info printout to ssh_algorithms_SUTE:init_per_suite | Hans Nilsson | |
2015-11-13 | ssh: more public keys added to test suite | Hans Nilsson | |
2015-11-04 | ssh, public_key: random selection of diffie-hellman moduli | Hans Nilsson | |
Also tool (public_key:gen_moduli_hrl) to convert an openssh moduli file to erlang format. | |||
2015-10-19 | ssh: running ssh_algorithms_SUITE tests in parallel | Hans Nilsson | |
2015-10-12 | ssh: add info on GEX algos in ssh_alghoritms:init_suite | Hans Nilsson | |
2015-10-07 | ssh: added dh_gex tests | 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 |