Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-11 | ssh: Doc modified after comments | Hans Nilsson | |
2017-09-11 | ssh: fix dialyzer error | Hans Nilsson | |
2017-09-11 | ssh: Document the option modify_algorithms and a User's Guide chapter | Hans Nilsson | |
2017-09-11 | ssh: test cases for modify_algorithms | Hans Nilsson | |
2017-09-11 | ssh: ssh:chk_algos_opts/1 | Hans Nilsson | |
This function is intended primarily for users who want to experiment with the options preferred_algorithms and modify_algorithms. | |||
2017-09-11 | ssh: Added option 'modify_algorithms' with prepend, append and rm | Hans Nilsson | |
If a user wants to enable one non-default algorithm or remove a default one, the option preferred_algorithms is too complicated since it replaces the whole set of algorithms. | |||
2017-08-24 | Merge branch 'maint-20' into maint | Raimo Niskanen | |
* maint-20: Updated OTP version Prepare release Accept non-binary options as socket-options Bump version Fix broken handling of default values in extensions for PER compiler: Fix live regs update on allocate in validator Take fail labels into account when determining liveness in block ops Check for overflow when appending binaries, and error out with system_limit | |||
2017-08-23 | Prepare release | Erlang/OTP | |
2017-08-19 | Fix file owner access permission in ssh_sftp module | Hamidreza Soleimani | |
Previously, a hard-coded atom (read_write) has been used as file owner access permission in response to ssh_sftp:read_file_info/2 function. With this fix, the actual value of file owner access permission is added to the returning record. That value is calculated from file mode value. | |||
2017-08-17 | Accept non-binary options as socket-options | Hans Nilsson | |
For example the option {raw,6,6,<<2,0,0,0>>} | |||
2017-07-05 | Add support for binary input in ssh_io | Daniel Pettersson | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-06-12 | ssh: re-formulate timeouts in ssh_sftp:start_channel | Hans Nilsson | |
2017-06-12 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-06-12 | ssh: Document send_ext_info and recv_ext_info options | Hans Nilsson | |
2017-06-12 | ssh: Doc for SSH application updated | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_options_SUITE | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_protocol_SUITE | Hans Nilsson | |
2017-06-02 | ssh: Restructure internal tool ssh_dbg | Hans Nilsson | |
The need for more trace patterns requires a somewhat different structure. It was previoiusly a bit difficult to use in e.g. test suites. Now it is easier. | |||
2017-06-02 | ssh: Removed out-commented code | Hans Nilsson | |
2017-05-31 | ssh: more keys for testing | Hans Nilsson | |
2017-05-31 | ssh: Introduce test case simple_connect in ssh_algorithms_SUITE | Hans Nilsson | |
In the test group public_key we need to control both the host key and the user key. This new test case is aimed at faciliate the user public key testing. | |||
2017-05-31 | ssh: Use option 'pref_public_key_algs' in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-31 | ssh: Change printouts for ssh_dbg:auth() | Hans Nilsson | |
This reverts commit 4ee80fd8738393bf581e0393416befda1ca621b6. | |||
2017-05-31 | ssh: ssh_options checks 'pref_public_key_algs' for dubblets | Hans Nilsson | |
2017-05-31 | ssh: Improve 'server-sig-algs' handling in client | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-23 | ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-23 | ssh: Undocumented ssh_dbg extended | Hans Nilsson | |
with auth/0 auth/1 auth/2 ct_auth/0 ct_messages/0 | |||
2017-05-23 | ssh: ssh_dbg print some server-sig-algs info | Hans Nilsson | |
2017-05-23 | ssh: disable faulty ssh_upgrade_SUITE | Hans Nilsson | |
2017-05-23 | ssh: fix ssh_property_test | Hans Nilsson | |
2017-05-22 | Merge branch 'hans/ssh/trim_state' | Hans Nilsson | |
2017-05-22 | ssh: remove extra options copy from internal state | Hans Nilsson | |
2017-05-22 | ssh: fix the rsa-sha2-* hostkey verify error | Hans Nilsson | |
2017-05-22 | ssh: Handle if server-sig-algs and client has empty intersection | Hans Nilsson | |
In case server-sig-algs names only algorithms unknown to the client, the client will try with the ones it knows | |||
2017-05-22 | Revert "ssh: disable rsa-sha2-* for clients" | Hans Nilsson | |
This reverts commit 4d7ff0a8169141d18335638cf7c6e48d4c18cdf2. | |||
2017-05-17 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-05-17 | Merge branch 'hans/ssh/ext-info_bug_fixes' | Hans Nilsson | |
2017-05-17 | ssh: update testcase in ssh_to_openssh | Hans Nilsson | |
2017-05-17 | ssh: test case didn't set preferred_algorithms | Hans Nilsson | |
2017-05-17 | ssh: update property test for sign-algorithm | Hans Nilsson | |
2017-05-17 | ssh: fix end_per_suite in property testcase | Hans Nilsson | |
2017-05-17 | ssh: disable rsa-sha2-* for clients | Hans Nilsson | |
because there is a bug in the client verification code for those algorithms | |||
2017-05-17 | ssh: select server-sig-algs from configured algos (preferred_algorithms) | Hans Nilsson | |
2017-05-17 | ssh: Use 'server-sig-algs' for client's selection of algs | Hans Nilsson | |
2017-05-17 | ssh: fix broken preferred_algorithms and pref_public_key_algs options | Hans Nilsson | |
2017-05-17 | ssh: make ssh_algorithms_SUITE test public user and host keys | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_transport.erl |