Regression in speed of key listing

Ingo Klöcker ingo.kloecker@epost.de
Sat Jun 7 16:53:27 2003


--Boundary-02=_jxf4+Z1wHmq4Sp3
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi,

KMail reads the list of public key with the following command line
LANGUAGE=3DC gpg --batch --list-public-keys --with-fingerprint \=20
=2D-with-colons --fixed-list-mode --no-expensive-trust-checks

With GnuPG 1.2.1 this is pretty quick:
> time gnupg-1.2.1/g10/gpg --batch --list-public-keys \=20
=2D-with-fingerprint  --with-colons --fixed-list-mode \=20
=2D-no-expensive-trust-checks >/dev/null

real    0m0.638s
user    0m0.570s
sys     0m0.020s

And with GnuPG 1.2.2 it's horribly slow:
> time gnupg-1.2.2/g10/gpg --batch --list-public-keys \=20
=2D-with-fingerprint --with-colons --fixed-list-mode \=20
=2D-no-expensive-trust-checks >/dev/null

real    0m15.929s
user    0m13.230s
sys     0m2.070s

What's the reason for this slowdown? Which option has to be added to=20
speed it up?

Regards,
Ingo


--Boundary-02=_jxf4+Z1wHmq4Sp3
Content-Type: application/pgp-signature
Content-Description: signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQA+4fxjGnR+RTDgudgRAjYrAJoDLqJHCJyuTjDXmA9B2Kr0sgT81ACglTD2
o1df4ugNSM4aGVX6/QDsHiI=
=djJz
-----END PGP SIGNATURE-----

--Boundary-02=_jxf4+Z1wHmq4Sp3--