aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-08-20 14:40:39 +0200
committerHans Nilsson <[email protected]>2015-08-25 15:40:13 +0200
commit2564e317e34fe7f928bf6e234998b295848a5c91 (patch)
tree84238b065c7e993633b6383561d3ffd602d49242 /lib/ssh/src/ssh.hrl
parenta93087eafd98bf60b9611c807d0074d304e93383 (diff)
downloadotp-2564e317e34fe7f928bf6e234998b295848a5c91.tar.gz
otp-2564e317e34fe7f928bf6e234998b295848a5c91.tar.bz2
otp-2564e317e34fe7f928bf6e234998b295848a5c91.zip
ssh: add extra random length padding in packets
A new experimental option 'max_random_length_padding', not documented so it might change...
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 8df5ee820c..462c98f503 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -124,6 +124,7 @@
recv_sequence = 0,
keyex_key,
keyex_info,
+ random_length_padding = 255, % From RFC 4253 section 6.
%% User auth
user,