aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.erl
AgeCommit message (Expand)Author
2017-11-09ssh: Don't remove trailing WS in Hello msgHans Nilsson
2017-01-31ssh: optimize kex dh_gex using new crypto functionalityHans Nilsson
2015-12-07ssh: fix error for bad packet lengths found by DefensicsHans Nilsson
2015-11-27Merge branch 'maint-18' into maintHans Nilsson
2015-11-26ssh: Improve group selectionHans Nilsson
2015-11-26ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty clientHans Nilsson
2015-11-23ssh: fix dialyzer reported errorHans Nilsson
2015-11-23ssh: AEAD_AES_(128|256)_GCM and aes(128|256)[email protected] cryptoHans Nilsson
2015-11-23ssh: refactor packet receptionHans Nilsson
2015-11-09ssh: use crypto for ecdh point validationHans Nilsson
2015-11-04ssh: extend 'dh_gex_limits' to server sideHans Nilsson
2015-11-04ssh, public_key: random selection of diffie-hellman moduliHans Nilsson
2015-11-02ssh: Make tests for bad packet_len and field lengths inside packetsHans Nilsson
2015-10-19ssh: Implemented ssh_transport:ecdh_validate_public_key (partly)Hans Nilsson
2015-10-16public_key: add/update -spec for ssh functionsHans Nilsson
2015-10-16ssh, public_key: use pubkey encode/decode in app public_keyHans Nilsson
2015-10-16ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson
2015-10-08Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maintHans Nilsson
2015-10-08ssh: ECDSA public key implementedHans Nilsson
2015-10-07ssh: added dh_gex testsHans Nilsson
2015-10-06ssh: Bug in [email protected] compression fixedHans Nilsson
2015-10-06ssh: aes192-ctr and aes256-ctr implementedHans Nilsson
2015-08-30ssh: dh_gex defautl values increased. Groups addedHans Nilsson
2015-08-30ssh: Reorganize and extend the test suitesHans Nilsson
2015-08-29ssh: Elliptic Curve Diffie-Hellman (ECDH)Hans Nilsson
2015-08-25ssh: add extra random length padding in packetsHans Nilsson
2015-08-05ssh: announce dh-group-exchangeHans Nilsson
2015-08-05ssh: more dh_gex test casesHans Nilsson
2015-08-05ssh: options 'dh_gex_groups' and 'dh_gex_limits'Hans Nilsson
2015-08-05ssh: diffie-hellman-group14-sha1Hans Nilsson
2015-08-03ssh: added more groups for gexHans Nilsson
2015-08-03ssh: rm ssh_math and use crypto:compute_key insteadHans Nilsson
2015-08-03ssh: filter algs unknown to crypto (except pk)Hans Nilsson
2015-08-03ssh: Add experimental 'diffie-hellman-group-exchange-sha256 supportHans Nilsson
2015-08-03ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 supportHans Nilsson
2015-07-02ssh: testcases for no common algorithms in key exchangeHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-02Merge branch 'maint'Henrik Nord
2015-05-29ssh: Check e and f parameters in kexdhHans Nilsson
2015-05-29ssh: Set max num algoritms in msg_kexinit negotiationHans
2015-05-26ssh: Undocumented option 'compression' replaced by 'preferred_algorithms'Hans Nilsson
2015-05-26ssh: New option 'preferred_algorithms'Hans Nilsson
2015-05-08ssh: Check e and f parameters in kexdhHans Nilsson
2015-04-21ssh: added id_string option for server and clientHans Nilsson
2014-09-24ssh: Gracefully handle incorrect versionsIngela Anderton Andin
2014-08-28SSH: only enable ciphers/MACs when they are available in cryptoAlex Wilson
2014-06-10SSH: add support for aes128-ctr and hmac-sha2-256Alex Wilson
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-11-13ssh: Remove use of process dictionaryIngela Anderton Andin
2013-06-20Add openssh_zlib compression type to ssh_transportLouis-Philippe Gauthier