summaryrefslogtreecommitdiff
path: root/lib/ssh/src
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'hans/crypto/new_supports_1/OTP-15771', 'hans/ssh/new_supports...Hans Nilsson2019-04-183-36/+51
|\ \
| | * ssh: Remove unused var warningHans Nilsson2019-04-171-1/+1
| |/ |/|
| * ssh: Use new api for aead ciphersHans Nilsson2019-04-171-24/+26
| * ssh: Use correct names of ciphersHans Nilsson2019-04-172-13/+26
|/
* Merge branch 'maint'Hans Nilsson2019-04-122-1/+5
|\
| * Merge branch 'hans/ssh/accept_callback_socket/OTP-15763' into maint-21Hans Nilsson2019-04-121-1/+1
| |\
| | * ssh: Present peername for accept_callback fun also for SocketsHans Nilsson2019-04-111-1/+1
| * | ssh: Add ssh_channel:init/1Hans Nilsson2019-04-111-0/+4
* | | ssh: Use new crypto function namesHans Nilsson2019-04-051-8/+8
* | | ssh: Use the exceptions as error return changeHans Nilsson2019-03-191-26/+10
* | | ssh: Use new crypto APIHans Nilsson2019-03-191-349/+163
|/ /
* | Fix sftpd interop for SSH_FXP_STATKristoffer Larsen2019-01-041-5/+2
* | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21Erlang/OTP2018-12-271-19/+41
|\ \ | |/
| * ssh: Fix port leakage for daemons failing at startHans Nilsson2018-12-211-19/+41
* | Merge branch 'hans/ssh/eddsa/OTP-15094' into maintHans Nilsson2018-11-195-3/+51
|\ \
| * | ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'Hans Nilsson2018-11-195-3/+51
* | | ssh: Make host and user key pre-checking betterHans Nilsson2018-11-193-33/+38
* | | ssh: Generalize unpublished test support optionHans Nilsson2018-11-192-6/+11
* | | ssh: Cleaning and polishing of ssh_authHans Nilsson2018-11-194-45/+66
* | | ssh: Add a common key_cb call functionHans Nilsson2018-11-194-30/+17
|/ /
* | ssh: Fix documentation for public key in ext_infoHans Nilsson2018-11-091-4/+3
* | Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maintHans Nilsson2018-11-093-8/+11
|\ \ | |/
| * ssh: Fix ssh_options checking for ext_infoHans Nilsson2018-11-081-6/+6
| * ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as serverHans Nilsson2018-11-071-2/+1
| * ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as clientHans Nilsson2018-11-071-0/+4
* | ssh: Fix doc error in daemon 'exec' optionHans Nilsson2018-11-081-2/+3
* | ssh: Re-phrase and adjust the documentation (ssh_file.xml)Hans Nilsson2018-10-241-2/+4
* | ssh: Move some option's documentation to ssh_fileHans Nilsson2018-10-242-10/+19
* | Update copyright yearHenrik Nord2018-09-211-1/+1
* | ssh: Use exported crypto typesHans Nilsson2018-09-131-7/+1
* | Merge branch 'hans/ssh/x25519_x448/OTP-15133' into maintHans Nilsson2018-08-233-15/+22
|\ \
| * | ssh: spec curve25519 & curve448Hans Nilsson2018-08-231-0/+3
| * | ssh: Fix non-conforming key generation in kex for x25519 and x448Hans Nilsson2018-08-232-6/+14
| * | ssh: Enable curve448-sha512 and curve25519-sha256Hans Nilsson2018-08-231-4/+4
| * | ssh: Remove the term 'eddh'Hans Nilsson2018-08-231-7/+3
* | | ssh: -specHans Nilsson2018-08-231-1/+2
* | | ssh: Add chacha20-poly1305@openssh.com cipherHans Nilsson2018-08-232-43/+149
|/ /
* | ssh: Use the 'macs' tag in crypto:supports/0Hans Nilsson2018-08-161-3/+3
* | ssh: Use the new crypto:supports/0 tag 'curves'Hans Nilsson2018-08-161-13/+12
* | ssh: prolong the timeout in ssh_dbg gen_server callsHans Nilsson2018-08-151-3/+5
* | ssh: Circular trace buffer primitivesHans Nilsson2018-08-132-1/+132
* | Merge branch 'maint-20' into maintHans Nilsson2018-06-253-6/+15
|\ \ | |/
| * Merge branch 'hans/ssh/sftp_ver4_xfer/ERIERL-199/OTP-15149' into maint-20Erlang/OTP2018-06-211-1/+1
| |\
| | * ssh: Fix ssh_xfer decode_ATTR error for Vsn=4Hans Nilsson2018-06-201-1/+1
| * | ssh: Report the signal name if there is an exit-signal to sftpdHans Nilsson2018-06-211-3/+3
| * | ssh: Bug fix sftp error codesHans Nilsson2018-06-211-2/+11
| |/
* | Update copyright yearHenrik Nord2018-06-1834-34/+34
* | ssh: Add experimental eddhHans Nilsson2018-06-112-5/+32
* | Merge branch 'hans/ssh/channel_polish/OTP-15083'Hans Nilsson2018-06-012-19/+25
|\ \
| * | ssh: Better crash report for bad channel callback moduleHans Nilsson2018-05-302-19/+25