summaryrefslogtreecommitdiff
path: root/lib/ssh/src
Commit message (Expand)AuthorAgeFilesLines
* ssh: Adjusted default packet and window sizesHans Nilsson2016-01-182-4/+5
* ssh: Experimental options for ssh_sftp:start_channel to set packet_size or wi...Hans Nilsson2016-01-182-18/+32
* ssh: Optimization - inline encoding in ssh_message:encode/1, now 8 times faster.Hans Nilsson2016-01-183-224/+134
* ssh: handle secondary ssh_msg_userauth_info_request messageHans Nilsson2016-01-082-3/+5
* ssh: fix error for data fields errorsHans Nilsson2015-12-071-35/+45
* ssh: fix error for bad packet lengths found by DefensicsHans Nilsson2015-12-072-6/+19
* ssh: ssh_auth checks support for user pubkey algHans Nilsson2015-12-041-1/+10
* ssh: client pub key opt implementedHans Nilsson2015-12-034-38/+46
* Support SSH key callback module optionsVipin Nair2015-12-011-2/+12
* Merge branch 'maint-18' into maintHans Nilsson2015-11-272-2/+44
|\
| * 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-262-0/+35
* | ssh: sftpd callback takes new option 'recv_window_size', defaults to 1000000Hans Nilsson2015-11-251-1/+21
* | ssh: added 'pending' in recv_window handling and limit sendingHans Nilsson2015-11-252-6/+24
* | Merge branch 'hans/ssh/fd_more/OTP-12966' into maintHans Nilsson2015-11-242-3/+41
|\ \
| * | ssh: Make it possible for more than one daemon started with option fdHans Nilsson2015-11-192-3/+41
* | | 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-232-132/+333
* | | ssh: refactor packet receptionHans Nilsson2015-11-232-129/+94
|/ /
* | Merge branch 'hans/ssh/sshdir_search_order/OTP-13109' into maintHans Nilsson2015-11-171-2/+12
|\ \
| * | ssh: ssh_file:default_user_dir/0 - try HOME env var firstHans Nilsson2015-11-131-2/+12
* | | Merge branch 'kanatohodets/ssh-subsystem-typo' into maintHenrik Nord2015-11-162-6/+6
|\ \ \ | |/ / |/| |
| * | Fix spelling of ssh 'subsystem'Ben Tyler2015-11-052-6/+6
* | | ssh: add better error handling in ssh_fileHans Nilsson2015-11-111-4/+12
* | | ssh: use crypto for ecdh point validationHans Nilsson2015-11-091-69/+15
* | | Merge branch 'hans/ssh/pwdfun/OTP-13055' into maintHans Nilsson2015-11-064-22/+65
|\ \ \
| * | | ssh: make corrections of keyboard-interactive clientHans Nilsson2015-11-042-7/+22
| * | | ssh: enable users to give option keyboard_interact_funHans Nilsson2015-11-041-0/+4
| * | | ssh: pwdfun/4 and simple testsHans Nilsson2015-11-043-15/+39
| |/ /
* | | ssh: extend 'dh_gex_limits' to server sideHans Nilsson2015-11-042-4/+30
* | | ssh: option dh_gex_groups with tag ssh_moduli_fileHans Nilsson2015-11-041-22/+83
* | | ssh, public_key: random selection of diffie-hellman moduliHans Nilsson2015-11-043-78/+31
|/ /
* | ssh: Make tests for bad packet_len and field lengths inside packetsHans Nilsson2015-11-021-3/+10
* | Merge branch 'hans/ssh/cuddle_spec' into maintHans Nilsson2015-10-191-2/+3
|\ \
| * | ssh: dialyzer fixHans Nilsson2015-10-161-2/+3
* | | 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-164-98/+33
* | | ssh, public_key: Change EC Public Key representation to what was intendedHans Nilsson2015-10-166-159/+147
|/ /
* | Merge branch 'maint-18' into maintHenrik Nord2015-10-161-1/+2
|\ \ | |/
| * ssh: set dh_gex default to group14Hans Nilsson2015-10-151-1/+1
| * ssh: Add a 1024 group to the list of key gex groupsHans Nilsson2015-10-151-1/+2
* | Merge branch 'maint-18' into maintHenrik Nord2015-10-142-6/+25
|\ \ | |/
| * ssh: Option max_channels added.Hans Nilsson2015-10-082-6/+25
* | Merge branch 'hans/ssh/cuddle_tests' into maintHans Nilsson2015-10-131-1/+1
|\ \
| * | ssh: set dh_gex default to group14Hans Nilsson2015-10-121-1/+1
* | | ssh: updatated spec for ssh:daemonHans Nilsson2015-10-121-3/+3
|/ /
* | 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-086-83/+174
|/ /