libgcrypt/cipher (ChangeLog pubkey.c)
cvs user werner
cvs@cvs.gnupg.org
Thu, 28 Aug 2003 16:24:05 +0200
Date: Thursday, August 28, 2003 @ 16:24:05
Author: werner
Path: /cvs/gnupg/libgcrypt/cipher
Modified: ChangeLog pubkey.c
(gcry_pk_encrypt): Don't include the flags list in the
return value. This does not make sense and breaks any programs
parsing the output strictly (e.g. current gpgsm).
(gcry_pk_encrypt): If aliases for the algorithm name exists, take
the first one instead of the regular name to adhere to SPKI
conventions.
(gcry_pk_genkey): Ditto.
(gcry_pk_sign): Ditto. Removed unused KEY_ALGO_NAME.
-----------+
ChangeLog | 11 +++++++++++
pubkey.c | 32 ++++++++++++++++++++------------
2 files changed, 31 insertions(+), 12 deletions(-)