+20131108
+ - (dtucker) OpenBSD CVS Sync
+ - dtucker@cvs.openbsd.org 2013/11/08 01:06:14
+ [regress/rekey.sh]
+ Rekey less frequently during tests to speed them up
+
20131107
- (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)
that got lost in recent merge.
-# $OpenBSD: rekey.sh,v 1.11 2013/11/07 01:12:51 dtucker Exp $
+# $OpenBSD: rekey.sh,v 1.12 2013/11/08 01:06:14 dtucker Exp $
# Placed in the Public Domain.
tid="rekey"
for opt in $opts; do
verbose "client rekey $opt"
- ssh_data_rekeying -oRekeyLimit=16 -o$opt
+ ssh_data_rekeying -oRekeyLimit=256k -o$opt
done
# GCM is magical so test with all KexAlgorithms
for c in `${SSH} -Q cipher | grep gcm@openssh.com`; do
for kex in `${SSH} -Q kex`; do
verbose "client rekey $c $kex"
- ssh_data_rekeying -oRekeyLimit=16 -oCiphers=$c -oKexAlgorithms=$kex
+ ssh_data_rekeying -oRekeyLimit=256k -oCiphers=$c -oKexAlgorithms=$kex
done
done
fi