aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
AgeCommit message (Expand)Author
2015-06-26ssh: Use old crypto with newer sshIngela Anderton Andin
2013-06-27ssh: fixed bad match failure when disconnect msgFredrik Gustafsson
2012-11-02Option to ssh:connect {pref_public_key_algs, list()} where you can give the a...Fredrik Gustafsson
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin
2012-02-20Improve check so that we will not try to read ssh packet length indicator if ...Ingela Anderton Andin
2012-02-17Improved error handlingIngela Anderton Andin
2012-02-10Cleaned up code so that ssh_file can become a template for a documentedIngela Anderton Andin
2012-02-10Ssh daemon handles RSA host keysIngela Anderton Andin
2011-05-06An unexpected message would crash the ssh_connection_handler and close the co...Niclas Eklund
2011-04-27OTP-9232:Niclas Eklund
2011-04-18Fixed SSH appup, copyright headers SSH vsn and SSH release note.Niclas Eklund
2011-04-15Adds NIFs for cryptographically strong random number generation.Niclas Eklund
2010-10-28Merge branch 'maint-r13' into maint-r14Niclas Eklund
2010-10-06In some cases a crash report was generated when a connection was closing down.Niclas Eklund
2010-06-02Fixing compiler warnings regarding max/2Niclas Eklund
2010-02-01In some cases SSH ceased to collect more data from the transport layer.Niclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP