diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/integrity.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh index 91168fd2e..bcace97e6 100644 --- a/regress/integrity.sh +++ b/regress/integrity.sh | |||
@@ -3,11 +3,11 @@ | |||
3 | 3 | ||
4 | tid="integrity" | 4 | tid="integrity" |
5 | 5 | ||
6 | # start at byte 2300 (i.e. after kex) and corrupt at different offsets | 6 | # start at byte 2500 (i.e. after kex) and corrupt at different offsets |
7 | # XXX the test hangs if we modify the low bytes of the packet length | 7 | # XXX the test hangs if we modify the low bytes of the packet length |
8 | # XXX and ssh tries to read... | 8 | # XXX and ssh tries to read... |
9 | tries=10 | 9 | tries=10 |
10 | startoffset=2300 | 10 | startoffset=2500 |
11 | macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com | 11 | macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com |
12 | hmac-sha1-96 hmac-md5-96 hmac-sha2-256 hmac-sha2-512 | 12 | hmac-sha1-96 hmac-md5-96 hmac-sha2-256 hmac-sha2-512 |
13 | hmac-sha1-etm@openssh.com hmac-md5-etm@openssh.com | 13 | hmac-sha1-etm@openssh.com hmac-md5-etm@openssh.com |