Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-01 | ssh: Enable usage of supported but not default host key algorithms | Hans Nilsson | |
2017-01-30 | ssh: optimize kex dh_gex using new crypto functionality | 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 | |||
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-10-17 | ssh: fix renegotiation problem | Hans Nilsson | |
2016-10-13 | ssh: Removed matching of 'ok' after send which could cause error reports | Hans Nilsson | |
2016-10-10 | Revert "ssh: Add non-blocking send" since it introduces Error Reports | Hans Nilsson | |
This reverts commit 28baf1314b556bb592c24181f6967e1f324f44a7. | |||
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-01 | ssh: fix no detect of tcp close | Hans Nilsson | |
2016-08-29 | ssh: Add non-blocking send | Hans Nilsson | |
This is to try to fix ssh_connection_SUITE:interrupted_send problem. On machines with small buffers (<65k) like some Windows and *BSDs, this test case could deadlock with both sides having filled tcp receice buffers but stuck in prim_inet:send. This commit fixes this. | |||
2016-08-02 | Rewrite SSH for gen_statem M:callback_mode/0 | Raimo Niskanen | |
2016-06-29 | Merge branch 'hans/ssh/ssh_patches/OTP-13715' into maint-19 | Erlang/OTP | |
* hans/ssh/ssh_patches/OTP-13715: ssh: Update ssh version ssh: Remove possible hanging in TCs when server and client is on the same node ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3 ssh: Extend experimental ssh_dbg.erl ssh: remove 'sync sleeps' | |||
2016-06-29 | ssh: Remove possible hanging in TCs when server and client is on the same node | Hans Nilsson | |
2016-06-29 | ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3 | Hans Nilsson | |
2016-06-29 | ssh: remove 'sync sleeps' | Hans Nilsson | |
2016-06-27 | ssh: Make client send a faulty pwd only once, ssh_connection_handler part | Hans Nilsson | |
2016-05-13 | ssh: badmatch in connection_handler (badly renamed variable) | Hans Nilsson | |
2016-05-04 | ssh: correct bad stop return value tag | Hans Nilsson | |
2016-04-29 | ssh: undocumented, untestesd and experimental tcpip_forward code removed | Hans Nilsson | |
2016-04-27 | ssh: Channel request timer refactoring | Hans Nilsson | |
2016-04-27 | ssh: Idle-timer refactoring and some cosmetics and inlineing | Hans Nilsson | |
2016-04-27 | ssh: remove user_passwords from dumped state | Hans Nilsson | |
2016-04-27 | ssh: fix dialyzer warnings and errors | Hans Nilsson | |
2016-04-27 | ssh: Partly refactor and polish ssh_connection_handler | Hans Nilsson | |
2016-04-27 | ssh: change #state to #data | Hans Nilsson | |
2016-04-27 | ssh: refactor connection handler initialization | Hans Nilsson | |
2016-04-27 | ssh: Begin -spec for ssh_connection_handler | Hans Nilsson | |
2016-04-27 | ssh: Gen_statem rewrite of ssh_connection_handler | Hans Nilsson | |
Including misc fixes in surronding code as well as in test cases. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-01-08 | ssh: handle secondary ssh_msg_userauth_info_request message | Hans Nilsson | |
2015-12-07 | ssh: fix error for data fields errors | Hans Nilsson | |
2015-12-07 | ssh: fix error for bad packet lengths found by Defensics | Hans Nilsson | |
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: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client | Hans Nilsson | |
2015-11-25 | ssh: added 'pending' in recv_window handling and limit sending | Hans Nilsson | |
2015-11-23 | ssh: refactor packet reception | Hans Nilsson | |
There was an assymetric relationship between receiving a ssh-packet (decrypting-mac-decompress) and sending one. When sending, most of the work was defined in the ssh_transport module, while at reception the ssh_connection_handler was the one knowing what to do. This commit moves the reception down to the ssh_transport module where it belongs. | |||
2015-11-16 | Merge branch 'kanatohodets/ssh-subsystem-typo' into maint | Henrik Nord | |
* kanatohodets/ssh-subsystem-typo: Fix spelling of ssh 'subsystem' OTP-13108 | |||
2015-11-05 | Fix spelling of ssh 'subsystem' | Ben Tyler | |
This commit does not change any behaviour, since the spelling was internally consistent. | |||
2015-11-04 | ssh: make corrections of keyboard-interactive client | Hans Nilsson | |
* Newlines should be added after Name and Instructions field according to rfc4256. * There was an error in the argument list of the last clause of ssh_auth:keyboard_interact_get_responses/9 * Correct client kb-interactive behaviour at auth failure | |||
2015-10-08 | ssh: ECDSA public key implemented | Hans Nilsson | |
2015-10-06 | ssh: Bug in [email protected] compression fixed | Hans Nilsson | |
2015-09-23 | ssh: new states for keyboard-interactive | Hans Nilsson | |
2015-09-23 | ssh: new state - service_request | Hans Nilsson | |
2015-08-29 | ssh: Elliptic Curve Diffie-Hellman (ECDH) | Hans Nilsson | |
Adds ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp512 and OTP-12938 hmac-sha2-512 | |||
2015-08-25 | ssh: add extra random length padding in packets | Hans Nilsson | |
A new experimental option 'max_random_length_padding', not documented so it might change... | |||
2015-08-03 | ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! This is a bug fixing of the previously partly impelmented kex algorithm. There are more things to do, for example genrate/select better g,p pair obeying the min||n||max request. It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha1']}]} | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-10 | Merge branch 'hans/ssh/unknown_msgfun/OTP-12813' | Hans Nilsson | |
* hans/ssh/unknown_msgfun/OTP-12813: ssh: Option unexpectedfun for ssh:daemon and ssh:connect |