mirror of git://anongit.mindrot.org/openssh.git
- (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead
of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by Iain Morgan
This commit is contained in:
parent
6d77d6ea2b
commit
57f9218528
|
@ -1,6 +1,9 @@
|
|||
20130214
|
||||
- (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.
|
||||
- (djm) [regress/krl.sh] typo; found by Iain Morgan
|
||||
- (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead
|
||||
of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by
|
||||
Iain Morgan
|
||||
|
||||
20130212
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
tid="integrity"
|
||||
|
||||
# start at byte 2300 (i.e. after kex) and corrupt at different offsets
|
||||
# start at byte 2500 (i.e. after kex) and corrupt at different offsets
|
||||
# XXX the test hangs if we modify the low bytes of the packet length
|
||||
# XXX and ssh tries to read...
|
||||
tries=10
|
||||
startoffset=2300
|
||||
startoffset=2500
|
||||
macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
|
||||
hmac-sha1-96 hmac-md5-96 hmac-sha2-256 hmac-sha2-512
|
||||
hmac-sha1-etm@openssh.com hmac-md5-etm@openssh.com
|
||||
|
|
Loading…
Reference in New Issue