aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_test_lib.erl
AgeCommit message (Expand)Author
2015-12-07ssh: add check for available ipv6 addr in test caseHans Nilsson
2015-11-23ssh: renegotiate test group for AES_GCMHans Nilsson
2015-10-20ssh: dynamic check of supported algos in ssh_to_openssh_SUITEHans Nilsson
2015-10-19ssh: test suites probes ssh clientHans Nilsson
2015-10-16ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson
2015-10-09ssh: added 'after' to receive stmts in test/Hans Nilsson
2015-10-08Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maintHans Nilsson
2015-10-08ssh: Tests updated for ecdsaHans Nilsson
2015-10-07ssh: added dh_gex testsHans Nilsson
2015-10-06ssh: compression tests skipped if alg is not supportedHans Nilsson
2015-08-30ssh: Reorganize and extend the test suitesHans Nilsson
2015-08-07ssh: ct:pal -> ct:log in lib/ssh/testHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-04ssh: add empty password to the probing ssh_test_lib:openssh_sanity_check/1Hans
2015-04-29ssh: Add openSSH interop checkIngela Anderton Andin
2014-09-25ssh: Fixed parallel_login bug that made all logins serialHans Nilsson
2014-01-21ssh: Adds unicodeHans Nilsson
2012-10-19ssh: Modernized test suites to use only Common TestIngela Anderton Andin
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin
2012-02-17Improved error handlingIngela Anderton Andin
2012-02-15Add support for key files protected by pass phrasesIngela Anderton Andin
2012-02-10Ssh daemon handles RSA host keysIngela Anderton Andin
2012-02-10Use the public_key application for all public key handlingIngela Anderton Andin
2012-01-11Remove generation of new test keys, use checked in test keysIngela Anderton Andin
2012-01-11Improve test case structure so that test should pass on all platformsIngela Anderton Andin
2012-01-11Exec test case should ignore stderr messagesIngela Anderton Andin
2011-05-19Removed unused record and fixed a few failing test cases,Niclas Eklund
2011-05-19Generic key management for test suites.Niclas Eklund
2011-05-19Some minor updates regarding how test data is generated.Niclas Eklund
2011-05-19Fixed host handling in ssh_test_lib (daemon and connect functions).Niclas Eklund
2011-05-19Fixed include problem.Niclas Eklund
2011-05-19Corrected include path and spelling of a test case function.Niclas Eklund
2011-05-19Added code for generating certificates.Niclas Eklund
2011-05-19Altering SSH test keys.Niclas Eklund
2011-05-19Add test suite for sshBjörn-Egil Dahlberg