summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_message.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-02-151-1/+1
* ssh: Change Edwards curves representationHans Nilsson2022-02-111-72/+96
* Fix typos in lib/sshKian-Meng, Ang2022-01-201-2/+2
* Fix OpenSSH encoding of Ed25519/Ed448Jon Carstens2022-01-111-4/+7
* Update copyright yearRickard Green2021-12-131-1/+1
* ssh: Add fingerprint and ssh_encode/ssh_decode functions to sshHans Nilsson2021-05-031-3/+63
* ssh: ssh_dbg decodes some ssh_msg_channel_request dataHans Nilsson2020-12-171-1/+29
* ssh: Send ssh_msg_channel_failure according to RFC 4254Hans Nilsson2020-09-301-7/+19
* Merge branch 'hans/ssh/decoder_error/OTP-16904' into maintHans Nilsson2020-09-301-2/+6
|\
| * ssh: Fix possible infinite loop in message decodingHans Nilsson2020-09-291-2/+6
* | ssh: Test {tsflg,[{one_more,true}]}Hans Nilsson2020-06-161-0/+2
* | ssh: Enable foreign dbg messages in ssh_dbgHans Nilsson2020-04-301-0/+11
* | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \
| * | Update copyright yearRickard Green2020-03-131-1/+1
* | | ssh: Use ssh_message for ssh specific key and signature formatsHans Nilsson2020-02-211-8/+142
|/ /
* | ssh: Change ssh modules to use the new ssh_dbg behaviourHans Nilsson2020-02-121-15/+19
* | Remove duplication of SSH encoding macrosPaul Meinhardt2019-06-061-18/+0
|/
* 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