aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-05-09 10:36:05 +0200
committerHans Nilsson <[email protected]>2018-05-09 10:36:05 +0200
commitbbb3d151e6329d58b34e526fefb6964677d93104 (patch)
tree7efa2de19e9dfd40595165bdfde09bc70581b032 /lib/ssh/src
parent143569f30151422b6a5b0fda662061d41ff82d74 (diff)
parent3d0c4930775cf2ab304d5e4701b41ffc2936ce53 (diff)
downloadotp-bbb3d151e6329d58b34e526fefb6964677d93104.tar.gz
otp-bbb3d151e6329d58b34e526fefb6964677d93104.tar.bz2
otp-bbb3d151e6329d58b34e526fefb6964677d93104.zip
Merge branch 'maint-19' into maint
* maint-19: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 ssh: Fix server crashes for exit-normal signals Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/src/ssh_transport.erl lib/ssh/vsn.mk otp_versions.table
Diffstat (limited to 'lib/ssh/src')
-rw-r--r--lib/ssh/src/ssh_transport.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl
index edc927e807..11d95f2a6c 100644
--- a/lib/ssh/src/ssh_transport.erl
+++ b/lib/ssh/src/ssh_transport.erl
@@ -1881,9 +1881,6 @@ public_algo({#'ECPoint'{},{namedCurve,OID}}) ->
Curve = public_key:oid2ssh_curvename(OID),
list_to_atom("ecdsa-sha2-" ++ binary_to_list(Curve)).
-
-
-
sha('ssh-rsa') -> sha;
sha('rsa-sha2-256') -> sha256;
sha('rsa-sha2-384') -> sha384;