Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | ssh: handle ssh_message binary decode errors | 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-18 | ssh: Optimization - inline encoding in ssh_message:encode/1, now 8 times faster. | Hans Nilsson | |
Also fixes minor error in ssh_protocol_SUITE that the new encoder found. | |||
2015-10-16 | ssh, public_key: use pubkey encode/decode in app public_key | Hans Nilsson | |
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-10-08 | ssh: ECDSA public key implemented | 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-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-09 | ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl | Hans | |
In the old times there was no binary notation which handled this particulary case, but now we can write big-signed-integer-unit:8 directly in binaries. The undocumented internal function ssh_bits:erlint/1 is removed. | |||
2014-10-16 | ssh: Fix port scanner problems | Hans Nilsson | |
2014-10-09 | ssh: Fix option user_interaction to work as expected | Ingela Anderton Andin | |
When password authentication is implemented with ssh keyboard-interactive method and the password is already supplied, so that we do not need to query the user, connections should succeed even though the user_interaction option is set to false. | |||
2014-06-16 | ssh: Minor message encode/decode bugfixes | Hans Nilsson | |
SSH_MSG_IGNORE SSH_MSG_UNIMPLEMENTED | |||
2014-06-16 | ssh: Accept disconnect msgs without language tag | Hans Nilsson | |
2014-02-13 | ssh: Changed order of decode clauses to temp fix decode error | Hans Nilsson | |
2014-02-13 | ssh: Fixes memory crash | Hans Nilsson | |
2014-02-05 | Fix that result on stderr sent back to ssh:exec had length info present | Hans Nilsson | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-11-13 | ssh: Remove use of process dictionary | Ingela Anderton Andin | |
This is step one in in making ssh process structure less complicated. As an effect I also found other simplifications/clean ups of the code that could be done. |