aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-11-18 20:26:12 +0100
committerHans Nilsson <[email protected]>2015-11-23 14:14:06 +0100
commita895fc7303497f1795cf49360980abeb68be2223 (patch)
treef148fc1e4f8444074766a9176001b5b98ea404d3 /lib/ssh/src/ssh.hrl
parent226e77ef7162b0fc043d99a5f68f5dcc891fb093 (diff)
downloadotp-a895fc7303497f1795cf49360980abeb68be2223.tar.gz
otp-a895fc7303497f1795cf49360980abeb68be2223.tar.bz2
otp-a895fc7303497f1795cf49360980abeb68be2223.zip
ssh: AEAD_AES_(128|256)_GCM and aes(128|256)[email protected] crypto
Note that the rfc5647 is ambigous so this implementation of AEAD_AES_(128|256)_GCM may or may not be compatible with others. They are note enabled by default but may be enabled by the user. See the Reference Manual, Application SSH for details of how we interpret the rfc. To be safe, use [email protected] or [email protected] instead.
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 4ad936f742..8efc743b67 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -29,7 +29,6 @@
-define(SSH_DEFAULT_PORT, 22).
-define(SSH_MAX_PACKET_SIZE, (256*1024)).
--define(SSH_LENGHT_INDICATOR_SIZE, 4).
-define(REKEY_TIMOUT, 3600000).
-define(REKEY_DATA_TIMOUT, 60000).
-define(DEFAULT_PROFILE, default).