Print status of CRL checks in the audit log.
[gnupg.git] / tests / openpgp / genkey1024.test
blob74c036667bba91024b335842c8f0df39d9013260
1 #!/bin/sh
2 # Copyright 1998,1999,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 ../../g10/gpg2 --quiet --batch --debug-quick-random --homedir . --gen-key <<EOF
14 Key-Type: DSA
15 Key-Length: 1024
16 Subkey-Type: ELG
17 Subkey-Length: 1024
18 Name-Real: Harry H.
19 Name-Comment: test key
20 Name-Email: hh@@ddorf.de
21 Expire-Date: 1
22 Passphrase: abc
23 %commit
24 EOF
26 if have_pubkey_algo "RSA"; then
27 ../../g10/gpg2 --quiet --batch --debug-quick-random --homedir . --gen-key <<EOF
28 Key-Type: RSA
29 Key-Length: 1024
30 Key-Usage: sign,encrypt
31 Name-Real: Harry A.
32 Name-Comment: RSA test key
33 Name-Email: hh@@ddorf.de
34 Expire-Date: 2
35 Passphrase: abc
36 %commit
37 EOF