Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-08-07 | ssh: ct:pal -> ct:log in lib/ssh/test | Hans Nilsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-04 | ssh: add empty password to the probing ssh_test_lib:openssh_sanity_check/1 | Hans | |
This is to give a quick end if the test is run a maskin where it can't log in to the OpenSSH server. | |||
2015-04-29 | ssh: Add openSSH interop check | Ingela Anderton Andin | |
2014-09-25 | ssh: Fixed parallel_login bug that made all logins serial | Hans Nilsson | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2012-10-19 | ssh: Modernized test suites to use only Common Test | Ingela Anderton Andin | |
2012-02-28 | Prevent client hanging. (OTP-8111) | Ingela Anderton Andin | |
Restored supervisor tree so that error propagation will work as intended, although connection processes are set to temporary, instead of permanent with restart times set to 0, and termination of the connection subtree is initiated by a temporary process spawned by ssh_connection_managers terminate. This is done to avoid unwanted supervisor reports. Pherhaps we need some new supervisor functionality. | |||
2012-02-17 | Improved error handling | Ingela Anderton Andin | |
2012-02-15 | Add support for key files protected by pass phrases | Ingela Anderton Andin | |
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
2012-02-10 | Use the public_key application for all public key handling | Ingela Anderton Andin | |
Also improved test suites to avoid copying of users keys to test server directories as this is a security liability | |||
2012-01-11 | Remove generation of new test keys, use checked in test keys | Ingela Anderton Andin | |
There is no need to generate new test keys every time, they do not have a timestamp as certificates. This also reduces the need to duplicate test code from public_key. | |||
2012-01-11 | Improve test case structure so that test should pass on all platforms | Ingela Anderton Andin | |
2012-01-11 | Exec test case should ignore stderr messages | Ingela Anderton Andin | |
2011-05-19 | Removed unused record and fixed a few failing test cases, | Niclas Eklund | |
2011-05-19 | Generic key management for test suites. | Niclas Eklund | |
2011-05-19 | Some minor updates regarding how test data is generated. | Niclas Eklund | |
2011-05-19 | Fixed host handling in ssh_test_lib (daemon and connect functions). | Niclas Eklund | |
2011-05-19 | Fixed include problem. | Niclas Eklund | |
2011-05-19 | Corrected include path and spelling of a test case function. | Niclas Eklund | |
2011-05-19 | Added code for generating certificates. | Niclas Eklund | |
2011-05-19 | Altering SSH test keys. | Niclas Eklund | |
2011-05-19 | Add test suite for ssh | Björn-Egil Dahlberg | |