Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-02 | ssh: check if ssh client supports newer cipher- and MAC-algorithms | Marcus Arendt | |
2014-08-28 | SSH: only enable ciphers/MACs when they are available in crypto | Alex Wilson | |
Also adjusts tests to only expect a positive outcome when crypto supports the relevant base ciphers/MACs. | |||
2014-08-18 | SSH: add ssh_to_openssh test for ciphers and macs | Alex Wilson | |
This is only an openssh-client-erlang-server test, because no public API to select ciphers is available for the erlang client yet. | |||
2013-03-01 | ssh: Ctify test doc | Ingela Anderton Andin | |
2013-03-01 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2012-10-19 | ssh: Modernized test suites to use only Common Test | Ingela Anderton Andin | |
2012-02-17 | Improved error handling | 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 | Do not run ssh_to_openssh_SUITE if there is no oppenssh server running | Ingela Anderton Andin | |
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 | Altering SSH test keys. | Niclas Eklund | |
2011-05-19 | Add test suite for ssh | Björn-Egil Dahlberg | |
2011-05-19 | Update init_per_suite so that tests are skipped if crypto/ssh cannot be started. | Lukas Larsson | |
2011-05-19 | Convert ssh test cases to common test stardard | Lukas Larsson | |
2011-05-19 | Add test suite for ssh | Björn-Egil Dahlberg | |