diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | regress/integrity.sh | 6 |
2 files changed, 12 insertions, 3 deletions
@@ -1,3 +1,12 @@ | |||
1 | 20130216 | ||
2 | - OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2013/02/16 06:08:45 | ||
4 | [integrity.sh] | ||
5 | make sure the fuzz offset is actually past the end of KEX for all KEX | ||
6 | types. diffie-hellman-group-exchange-sha256 requires an offset around | ||
7 | 2700. Noticed via test failures in portable OpenSSH on platforms that | ||
8 | lack ECC and this the more byte-frugal ECDH KEX algorithms. | ||
9 | |||
1 | 20130215 | 10 | 20130215 |
2 | - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from | 11 | - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from |
3 | Iain Morgan | 12 | Iain Morgan |
diff --git a/regress/integrity.sh b/regress/integrity.sh index bcace97e6..d779aa930 100644 --- a/regress/integrity.sh +++ b/regress/integrity.sh | |||
@@ -1,13 +1,13 @@ | |||
1 | # $OpenBSD: integrity.sh,v 1.2 2013/01/12 11:23:53 djm Exp $ | 1 | # $OpenBSD: integrity.sh,v 1.3 2013/02/16 06:08:45 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="integrity" | 4 | tid="integrity" |
5 | 5 | ||
6 | # start at byte 2500 (i.e. after kex) and corrupt at different offsets | 6 | # start at byte 2800 (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=2500 | 10 | startoffset=2800 |
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 |