[53118] in Cypherpunks
Re: gnutar + pgp filter mode
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Apr 1 15:26:32 1996
To: danisch@ira.uka.de (Hadmut Danisch)
Cc: cypherpunks@toad.com, pgp-bugs@MIT.EDU
In-Reply-To: Your message of "Mon, 01 Apr 1996 17:22:43 +0200."
<199604011522.RAA09571@elysion.eiss.ira.uka.de>
Date: Mon, 01 Apr 1996 14:16:46 EST
From: Derek Atkins <warlord@MIT.EDU>
> The only problem is that this doesn't work well for
> larger amounts of data, because pgp reads in all
> data before starting with its work.
>
> Perhaps a future release of pgp will have a real filter
> mode.
The problem is not with PGP but with the PGP message formatsa. With
the current message formats you need to know the size of data before
you can output the header that precedes it. As a result, whole
messages must somehow be buffered before PGP can output them.
The fix is to create new, one-pass packets, which will allow PGP to
generate messages in a single pass. These new packet formats are
still in the design stage and will probably not be supported in PGP
3.0.
-derek