werner committed to gnupg/g10
cvs@cvs.gnupg.org
cvs@cvs.gnupg.org
Fri, 30 Aug 2002 18:34:14 +0200
Date: Friday August 30, 2002 @ 18:34
Author: werner
Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv19672
Modified Files:
ChangeLog build-packet.c compress.c encode.c filter.h
parse-packet.c pkclist.c
Log Message:
* pkclist.c (do_we_trust_pre): Changed the wording of a warning.
* encode.c (encode_simple,encode_crypt): Use new style CTB for
compressssed packets when using MDC. We need to do this so that
concatenated messages are properly decrypted. Old style
compression assumes that it is the last packet; given that we
can't determine the length in advance, the uncompressor does not
know where to start. Actually we should use the new CTB always
but this would break PGP 2 compatibility.
* parse-packet.c (parse): Special treatment for new style CTB
compressed packets.
* build-packet.c (do_mdc): Removed. Was not used.
(do_encrypted_mdc): Count the version number and the MDC packet.
File: ChangeLog Status: Up-to-date
File: build-packet.c Status: Up-to-date
File: compress.c Status: Up-to-date
File: encode.c Status: Up-to-date
File: filter.h Status: Up-to-date
File: parse-packet.c Status: Up-to-date
File: pkclist.c Status: Up-to-date