summaryrefslogtreecommitdiff
path: root/lib/ssh/test/ssh_algorithms_SUITE_data
Commit message (Collapse)AuthorAgeFilesLines
* ssh/test: Update test suitesHans Nilsson2020-04-174-35/+37
| | | | | | Some parts are overtested while others are undertested. Make tests not dependent on available algorithms (except where needed) Use private known_hosts file in tests with system (OS) ssh installation
* ssh: Fix ssh_algorithm_SUITE for some un-enabled algsHans Nilsson2020-03-112-24/+35
|
* ssh: Update test cases for eddsaHans Nilsson2018-11-198-0/+38
|
* ssh: more keys for testingHans Nilsson2017-05-318-0/+30
|
* ssh: more public keys added to test suiteHans Nilsson2015-11-136-0/+18
|
* ssh: Reorganize and extend the test suitesHans Nilsson2015-08-306-0/+73
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