2 # Copyright 2000,2001,2002,2003,2004,2005,2006,
3 # 2007 Free Software Foundation, Inc.
4 # This file is free software; as a special exception the author gives
5 # unlimited permission to copy and/or distribute it, with or without
6 # modifications, as long as this notice is preserved. This file is
7 # distributed in the hope that it will be useful, but WITHOUT ANY
8 # WARRANTY, to the extent permitted by law; without even the implied
9 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 .
$srcdir/defs.inc ||
exit 3
13 #info Checking conventional encryption
14 for ciph
in `all_cipher_algos`; do
16 for i
in 0 1 2 3 9 10 11 19 20 21 22 23 39 40 41 8192 32000 ; do
17 # *BSD's dd can't cope with a count of 0
18 if test "$i" = "0"; then
21 dd if=data-80000 of
=z bs
=1 count
=$i 2>/dev
/null
23 echo "Hier spricht HAL" |
$GPG --passphrase-fd 0 \
24 --force-mdc --cipher $ciph -c -o x
--yes z
25 echo "Hier spricht HAL" |
$GPG --passphrase-fd 0 \
27 cmp z y || error
"$ciph/$i: mismatch"