summaryrefslogtreecommitdiff
path: root/regress/integrity.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-19 09:28:32 +1100
committerDamien Miller <djm@mindrot.org>2013-02-19 09:28:32 +1100
commit0dc3bc908e702cc2db460446f11628654c9c602e (patch)
tree986234b680a93a5160900c4445f3c298d60eceaf /regress/integrity.sh
parent33d52566bc8e36091b74fbd532df1bc4d2368576 (diff)
- djm@cvs.openbsd.org 2013/02/18 22:26:47
[integrity.sh] crank the offset yet again; it was still fuzzing KEX one of Darren's portable test hosts at 2800
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r--regress/integrity.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh
index 4d104c145..261e9f9a9 100644
--- a/regress/integrity.sh
+++ b/regress/integrity.sh
@@ -1,13 +1,13 @@
1# $OpenBSD: integrity.sh,v 1.4 2013/02/17 23:16:55 djm Exp $ 1# $OpenBSD: integrity.sh,v 1.5 2013/02/18 22:26:47 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="integrity" 4tid="integrity"
5 5
6# start at byte 2800 (i.e. after kex) and corrupt at different offsets 6# start at byte 2900 (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...
9tries=10 9tries=10
10startoffset=2800 10startoffset=2900
11macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com 11macs="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