summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_message.erl
Commit message (Expand)AuthorAgeFilesLines
* ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'Hans Nilsson2018-11-191-1/+7
* ssh: Fix non-conforming key generation in kex for x25519 and x448Hans Nilsson2018-08-231-4/+4
* Update copyright yearHenrik Nord2018-06-181-1/+1
* ssh: Use the new ssh_dbg moduleHans Nilsson2018-03-291-0/+85
* ssh: Adapt to simplified public_key and simplify sshHans Nilsson2017-10-121-10/+10
* ssh: fix ssh_property_testHans Nilsson2017-05-231-10/+0
* ssh: fix the rsa-sha2-* hostkey verify errorHans Nilsson2017-05-221-2/+2
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2Hans Nilsson2017-04-261-4/+15
* ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-infoHans Nilsson2017-04-261-0/+33
* ssh: handle ssh_message binary decode errorsHans Nilsson2016-05-201-1/+9
* ssh: Gen_statem rewrite of ssh_connection_handlerHans Nilsson2016-04-271-26/+20
* update copyright-yearHenrik Nord2016-03-151-1/+1
* ssh: Optimization - inline encoding in ssh_message:encode/1, now 8 times faster.Hans Nilsson2016-01-181-77/+92
* ssh, public_key: use pubkey encode/decode in app public_keyHans Nilsson2015-10-161-42/+7
* ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson2015-10-161-94/+68
* ssh: ECDSA public key implementedHans Nilsson2015-10-081-3/+29
* ssh: Elliptic Curve Diffie-Hellman (ECDH)Hans Nilsson2015-08-291-9/+40
* ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 supportHans Nilsson2015-08-031-2/+15
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erlHans2015-06-091-18/+16
* ssh: Fix port scanner problemsHans Nilsson2014-10-161-0/+5
* ssh: Fix option user_interaction to work as expectedIngela Anderton Andin2014-10-091-3/+10
* ssh: Minor message encode/decode bugfixesHans Nilsson2014-06-161-9/+9
* ssh: Accept disconnect msgs without language tagHans Nilsson2014-06-161-0/+9
* ssh: Changed order of decode clauses to temp fix decode errorHans Nilsson2014-02-131-9/+12
* ssh: Fixes memory crashHans Nilsson2014-02-131-2/+3
* Fix that result on stderr sent back to ssh:exec had length info presentHans Nilsson2014-02-051-2/+2
* ssh: Adds unicodeHans Nilsson2014-01-211-2/+2
* ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin2013-11-131-1/+11
* ssh: Remove use of process dictionaryIngela Anderton Andin2013-11-131-0/+519