summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_transport.erl
Commit message (Expand)AuthorAgeFilesLines
* ssh: Don't remove trailing WS in Hello msgHans Nilsson2017-11-091-9/+3
* ssh: optimize kex dh_gex using new crypto functionalityHans Nilsson2017-01-311-26/+99
* ssh: fix error for bad packet lengths found by DefensicsHans Nilsson2015-12-071-4/+1
* Merge branch 'maint-18' into maintHans Nilsson2015-11-271-2/+38
|\
| * ssh: Improve group selectionHans Nilsson2015-11-261-27/+15
| * ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty clientHans Nilsson2015-11-261-0/+29
* | ssh: fix dialyzer reported errorHans Nilsson2015-11-231-1/+1
* | ssh: AEAD_AES_(128|256)_GCM and aes(128|256)-gcm@openssh.com cryptoHans Nilsson2015-11-231-131/+333
* | ssh: refactor packet receptionHans Nilsson2015-11-231-30/+64
* | ssh: use crypto for ecdh point validationHans Nilsson2015-11-091-69/+15
* | ssh: extend 'dh_gex_limits' to server sideHans Nilsson2015-11-041-4/+25
* | ssh, public_key: random selection of diffie-hellman moduliHans Nilsson2015-11-041-45/+20
* | ssh: Make tests for bad packet_len and field lengths inside packetsHans Nilsson2015-11-021-3/+10
* | ssh: Implemented ssh_transport:ecdh_validate_public_key (partly)Hans Nilsson2015-10-191-1/+55
* | public_key: add/update -spec for ssh functionsHans Nilsson2015-10-161-10/+8
* | ssh, public_key: use pubkey encode/decode in app public_keyHans Nilsson2015-10-161-4/+9
* | ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson2015-10-161-45/+55
* | Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maintHans Nilsson2015-10-081-6/+7
|\ \
| * | ssh: added dh_gex testsHans Nilsson2015-10-071-6/+7
* | | ssh: ECDSA public key implementedHans Nilsson2015-10-081-17/+47
|/ /
* | ssh: Bug in zlib@openssh.com compression fixedHans Nilsson2015-10-061-5/+5
* | ssh: aes192-ctr and aes256-ctr implementedHans Nilsson2015-10-061-65/+102
|/
* ssh: dh_gex defautl values increased. Groups addedHans Nilsson2015-08-301-8/+4
* ssh: Reorganize and extend the test suitesHans Nilsson2015-08-301-4/+5
* ssh: Elliptic Curve Diffie-Hellman (ECDH)Hans Nilsson2015-08-291-39/+158
* ssh: add extra random length padding in packetsHans Nilsson2015-08-251-4/+11
* ssh: announce dh-group-exchangeHans Nilsson2015-08-051-4/+1
* ssh: more dh_gex test casesHans Nilsson2015-08-051-22/+6
* ssh: options 'dh_gex_groups' and 'dh_gex_limits'Hans Nilsson2015-08-051-14/+40
* ssh: diffie-hellman-group14-sha1Hans Nilsson2015-08-051-8/+24
* ssh: added more groups for gexHans Nilsson2015-08-031-3/+38
* ssh: rm ssh_math and use crypto:compute_key insteadHans Nilsson2015-08-031-5/+10
* ssh: filter algs unknown to crypto (except pk)Hans Nilsson2015-08-031-17/+27
* ssh: Add experimental 'diffie-hellman-group-exchange-sha256 supportHans Nilsson2015-08-031-4/+16
* ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 supportHans Nilsson2015-08-031-80/+167
* ssh: testcases for no common algorithms in key exchangeHans Nilsson2015-07-021-9/+24
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'maint'Henrik Nord2015-06-021-2/+7
|\
| * ssh: Check e and f parameters in kexdhHans Nilsson2015-05-291-16/+34
| * ssh: Set max num algoritms in msg_kexinit negotiationHans2015-05-291-2/+7
* | ssh: Undocumented option 'compression' replaced by 'preferred_algorithms'Hans Nilsson2015-05-261-0/+1
* | ssh: New option 'preferred_algorithms'Hans Nilsson2015-05-261-42/+89
* | ssh: Check e and f parameters in kexdhHans Nilsson2015-05-081-16/+34
|/
* ssh: added id_string option for server and clientHans Nilsson2015-04-211-6/+28
* ssh: Gracefully handle incorrect versionsIngela Anderton Andin2014-09-241-11/+16
* SSH: only enable ciphers/MACs when they are available in cryptoAlex Wilson2014-08-281-8/+22
* SSH: add support for aes128-ctr and hmac-sha2-256Alex Wilson2014-06-101-13/+53
* ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin2013-11-131-47/+0
* ssh: Remove use of process dictionaryIngela Anderton Andin2013-11-131-126/+30
* Add openssh_zlib compression type to ssh_transportLouis-Philippe Gauthier2013-06-201-4/+33