Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-18 | ssh: encode/decode benchmark suites | Hans Nilsson | |
2016-01-18 | ssh: added cipher name to transfer speed report | Hans Nilsson | |
2016-01-18 | ssh: added sftp server benchmark | Hans Nilsson | |
2016-01-11 | Merge branch 'maint-18' into maint | Henrik Nord | |
2016-01-08 | ssh: testcase for abnormal keyboard-interactive authentication | Hans Nilsson | |
2015-12-22 | ssh: clean test specs | Hans Nilsson | |
2015-12-22 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: add econnaborted to disconnect msgs in test suite ssh: fix the check that open-ssh supports certain pubkeys in a test suite | |||
2015-12-22 | ssh: fix error (wrong suite) in test/ssh.spec | Hans Nilsson | |
2015-12-21 | ssh: benchmark all common kex and cipher algorithms | Hans Nilsson | |
2015-12-21 | New structure of the report | Hans Nilsson | |
2015-12-21 | ssh: ssh_benchmark_SUITE re-organized | Hans Nilsson | |
2015-12-21 | ssh: Add first version of ssh_benchmark_SUITE | Hans Nilsson | |
2015-12-18 | ssh: add econnaborted to disconnect msgs in test suite | Hans Nilsson | |
2015-12-18 | ssh: fix the check that open-ssh supports certain pubkeys in a test suite | Hans Nilsson | |
2015-12-08 | ssh: more info from failed case | Hans Nilsson | |
2015-12-07 | ssh: add econnaborted as correct tcp disconnect reason in testcase | Hans Nilsson | |
2015-12-07 | ssh: add check for available ipv6 addr in test case | Hans Nilsson | |
2015-12-07 | ssh: Add testcase precondition | Hans Nilsson | |
2015-12-04 | ssh: tests skips if not supported crypto | Hans Nilsson | |
2015-12-03 | ssh: client pub key testcase | Hans Nilsson | |
2015-12-01 | Support SSH key callback module options | Vipin Nair | |
This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. A module implementing the SSH key callback API is used to customize the handling of public key. This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. The key_cb option has been changed: {key_cb, atom()} -> {key_cb, key_cb()} Where: key_cb() :: atom() | {atom(), list()} The callback options, if specified, is made available to the callback module via the options passed to it under the key 'key_cb_private'. More details and some backgorund is available here[1]. [1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html | |||
2015-11-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Update release notes ssh: vsn.mk updated ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD ssh: update existing testcases ssh: Improve group selection ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client Conflicts: lib/ssh/src/ssh_transport.erl lib/ssh/test/ssh_protocol_SUITE.erl lib/ssh/vsn.mk | |||
2015-11-26 | ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD | Hans Nilsson | |
2015-11-26 | ssh: update existing testcases | Hans Nilsson | |
2015-11-24 | Merge branch 'hans/ssh/fd_more/OTP-12966' into maint | Hans Nilsson | |
* hans/ssh/fd_more/OTP-12966: ssh: testcases for starting daemon with given fd ssh: Make it possible for more than one daemon started with option fd | |||
2015-11-23 | ssh: renegotiate test group for AES_GCM | Hans Nilsson | |
2015-11-20 | ssh: testcases for starting daemon with given fd | 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-06 | Merge branch 'hans/ssh/pwdfun/OTP-13055' into maint | Hans Nilsson | |
* hans/ssh/pwdfun/OTP-13055: ssh: changes after doc review ssh: Document pwdfun ssh: make corrections of keyboard-interactive client ssh: enable users to give option keyboard_interact_fun ssh: pwdfun/4 and simple tests Conflicts: lib/ssh/doc/src/ssh.xml | |||
2015-11-04 | ssh: extend 'dh_gex_limits' to server side | Hans Nilsson | |
OTP-13066 | |||
2015-11-04 | ssh: option dh_gex_groups with tag ssh_moduli_file | Hans Nilsson | |
Makes this existing option also accept a file in openssh format OTP-13052 | |||
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-11-04 | ssh: pwdfun/4 and simple tests | Hans Nilsson | |
Also solves OTP-13053 | |||
2015-11-02 | ssh: Make tests for bad packet_len and field lengths inside packets | Hans Nilsson | |
Includes a ssh_transport:pack/3 function for generating invalid packets | |||
2015-10-29 | ssh: Adjust the test ssh_renegotiate_SUITE:rekey_limit | Hans Nilsson | |
- Remove random length padding to make the data volume deterministic - Increase data volume limit for re-keying because the kexinit message has grown | |||
2015-10-29 | ssh: fix spelling error pulic -> public | Hans Nilsson | |
2015-10-28 | ssh: testcases for bad service names | Hans Nilsson | |
2015-10-20 | ssh: dynamic check of supported algos in ssh_to_openssh_SUITE | Hans Nilsson | |
2015-10-20 | ssh: delete now obsolete test case group 'hardening_tests' | Hans Nilsson | |
Thoose tests are already moved to other test suites. However, the init_per_group and end_per_group clauses were accidently left | |||
2015-10-19 | ssh: Removed testcases from ssh_to_openssh_SUITE | Hans Nilsson | |
They are covered in ssh_algorithms_SUITE | |||
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-19 | ssh: running ssh_algorithms_SUITE tests in parallel | Hans Nilsson | |
2015-10-19 | ssh: wait for subsystem exit in ssh_connection_SUITE:max_channels_option | Hans Nilsson | |
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-10-14 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-12 | ssh: add info on GEX algos in ssh_alghoritms:init_suite | Hans Nilsson | |
2015-10-09 | ssh: added 'after' to receive stmts in test/ | Hans Nilsson | |
2015-10-08 | ssh: Option max_channels added. | Hans Nilsson | |
It actually counts the number of subsystem alive. Allocating a channel does not consume any resources (except some cpu cycles), but the subsystem start spawns processes. | |||
2015-10-08 | Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maint | Hans Nilsson | |