Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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-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: 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/ext-info_bug_fixes' | 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: Enable rsa-sha2-* | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_transport.erl | |||
2017-05-16 | Merge branch 'hans/ssh/ssh_file_user_key_checks_ec_size/OTP-14410' | Hans Nilsson | |
2017-05-16 | Merge branch 'hans/ssh/test_ext_info_extension/OTP-14361' | Hans Nilsson | |
2017-05-15 | ssh: ssh_file:user_key/2 checks ec keytype | Hans Nilsson | |
2017-05-12 | ssh: Tests for ext-info extension (ext-info-c) | Hans Nilsson | |
2017-05-12 | ssh: Better error checking for option 'auth_methods' | Hans Nilsson | |
2017-05-12 | ssh: Doc option 'auth_methods' for client | Hans Nilsson | |
2017-05-12 | ssh: Option 'auth_methods' available not only in server but also in client | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-27 | ssh: Don't expose new rsa-sha2-* as default | Hans Nilsson | |
2017-04-26 | ssh: Codenomicon/Defensics fixes | Hans Nilsson | |
2017-04-26 | ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2 | Hans Nilsson | |
2017-04-26 | ssh: server-sig-algs, server side | Hans Nilsson | |
2017-04-26 | ssh: server-sig-algs, client side | Hans Nilsson | |
2017-04-26 | ssh: state machine fixes for calls during re-negotiation | Hans Nilsson | |
2017-04-26 | ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-info | Hans Nilsson | |
This is only a draft extension, but it is quite stable and already supported by some implementations. OpenSSH has had it for some year now. | |||
2017-04-26 | ssh: clearify public key option handling | Hans Nilsson | |
Change the handling of option pref_public_key_algs so that the same checks are not performed twice. | |||
2017-04-26 | ssh: Correction of misspelled type | Hans Nilsson | |
2017-04-18 | ssh: fix dialyzer errors | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/crypt_rand_uniform' | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/use_postpone' | Hans Nilsson | |
2017-04-13 | ssh: re-write to use callback init/1 | Hans Nilsson | |
2017-04-12 | ssh: replace deprecated crypto:rand_uniform | Hans Nilsson | |
2017-04-12 | ssh: change next_event to postpone | Hans Nilsson | |
2017-04-12 | ssh: added message_queue_data,off_heap to spawn | Hans Nilsson | |
Seems to solve some test case problems when heavily loaded | |||
2017-04-07 | ssh: document what happens when ssh:daemon sets both HostAddr and ip option | Hans Nilsson | |
The idea is that the HostAddress argument takes precedence over an ip-option. However, an ip-option overrides the 'any' HostAddr. This fixes the case of dameon(Port, [{ip,IP}..] in a non-surprising way. | |||
2017-04-07 | ssh: Change handling of IP addresses, 'any' and names in sup structure | Hans Nilsson | |
2017-04-07 | ssh: remove dead code and add comments | Hans Nilsson | |
2017-04-07 | ssh: change 'brutal_kill' to timeout' | Hans Nilsson | |
2017-04-07 | ssh: Mappify supervisors | Hans Nilsson | |
2017-04-07 | ssh: Fix supervisors, start daemon and connect code | Hans Nilsson | |
Remove many internal options and made them as explicit arguments. | |||
2017-04-07 | ssh: fix ssh_system_sup naming of Host-Port-Profile | Hans Nilsson | |