Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | ssh: use real groups in kex_gex test suite | Hans Nilsson | |
2017-02-03 | ssh: logging in test lib for ssh tests | Hans Nilsson | |
2017-02-03 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/doc/src/notes.xml lib/crypto/vsn.mk lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.app.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2017-02-01 | Prepare release | Erlang/OTP | |
2017-02-01 | ssh: remove test timetrap for ssh_kex_group_exchange | Hans Nilsson | |
This kex algorithm is now optimized so a long timetrap is not needed | |||
2017-01-31 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl lib/ssh/src/ssh_transport.erl | |||
2017-01-31 | ssh,crypto: prepare for release | Hans Nilsson | |
2017-01-31 | Merge branch 'hans/ssh/speed_dh_keygen/OTP-14169' into maint | Hans Nilsson | |
2017-01-30 | ssh: increase timetrap for ssh_benchmark_SUITE | Hans Nilsson | |
2017-01-30 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
2017-01-25 | ssh: correct host key signature calculation | Hans Nilsson | |
2017-01-23 | ssh: ssh_dbg now reports HELLO msgs and timestamps | Hans Nilsson | |
2017-01-19 | ssh: fix mpint-bug in property tests | Hans Nilsson | |
2017-01-18 | ssh: Reduce info leakage on decrypt errors | Hans Nilsson | |
Use same message when there are packet errors like too long length, MAC, decrypt or decode errors. This is regarded as good practise to prevent some attacks | |||
2017-01-12 | ssh: Correct ssh_sftpd_file_api dialzyer spec | Philip Cristiano | |
The `State` seems to have been included twice in 91acfc. | |||
2016-12-14 | ssh: [test] property test cuddling | Hans Nilsson | |
2016-12-14 | ssh: [test] remove 'known_hosts' interference in test suite | Hans Nilsson | |
2016-12-14 | ssh: [test] Move fn random_chars/1 to ssh_test_lib | Hans Nilsson | |
2016-12-14 | ssh: [test] Put tstflg values in a proplist | Hans Nilsson | |
2016-12-14 | ssh: [test] Extend timetrap in test case | Hans Nilsson | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-05 | ssh: update vsn.mk | Hans Nilsson | |
2016-12-02 | ssh: excluded modules from cover spec | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/max_packetsize_sftp/OTP-13857' into maint | Hans Nilsson | |
2016-11-21 | ssh: fix error when large client packet size and small on server | Hans Nilsson | |
2016-11-21 | ssh: testcase for too large packet size on client | Hans Nilsson | |
2016-11-18 | ssh: added two test cases | Hans Nilsson | |
2016-11-18 | ssh: Removed irrelevant rfc reference in doc | Hans Nilsson | |
The rfc 4255 is about fingerprints, but only in the context of dns. Since this is out-of-scope for the Erlang/OTP ssh, the reference is missleading. | |||
2016-11-18 | ssh: Add fun and fingerprint to option 'silently_accept_host' | Hans Nilsson | |
2016-11-14 | ssh: interrupted_send test suite handle 'close CHANID' msg | Hans Nilsson | |
2016-11-14 | ssh: interrupted_send receive loop reports missing number of bytes | Hans Nilsson | |
2016-11-11 | ssh: Adjust inet buffers if too small | Hans Nilsson | |
2016-11-11 | ssh: Change order on next_event actions in ssh_connection_handler | Hans Nilsson | |
2016-11-11 | ssh: Testcase polishing | Hans Nilsson | |
2016-11-10 | ssh: exported ssh_dbg:shrink_bin and ssh_dbg:wr_record/3 for debugging purposes | Hans Nilsson | |
2016-10-31 | ssh: retry in ssh_options_SUITE:ssh_connect_negtimeout_* | Hans Nilsson | |
2016-10-31 | ssh: make test more precise in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: simplify test in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: skip erlang_server_openssh_client_renegotiate test on non-unix | Hans Nilsson | |
2016-10-31 | ssh: Removed tracing in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | ssh: test for rekey with OpenSSH server | Hans Nilsson | |
2016-10-28 | ssh: move rekeying test to ssh_test_lib | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-28 | ssh: increase timeout in test in ssh_options_SUITE | Hans Nilsson | |
Prevents timeout before the processing is done on slow machines | |||
2016-10-27 | ssh: trace all messages in ↵ | Hans Nilsson | |
ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 | |||
2016-10-27 | ssh: more info about shrinked binaries in ssh_dbg | Hans Nilsson | |
2016-10-27 | ssh: Add a 'catch' in ssh_channel.erl to prevent double close errors | Hans Nilsson | |
2016-10-27 | ssh: better ssh_basic_SUITE:end_per_suite/2 | Hans Nilsson | |
The testcases shell_unicode_string and shell_no_unicode in ssh_basic_SUITE could raise an exception in the end_per_suite when stopping the dameon. This is due to a natural race condition between the server and the client. |