From b052679fa33b4b762df2a03d38d53bb06b676bf6 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 31 Dec 2006 12:53:28 +0000 Subject: [PATCH] Update. --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index 386a0e9..2f6fb5a 100644 --- a/README +++ b/README @@ -78,12 +78,16 @@ There is a PGG backend written EasyPG called pgg-epg.el. However, EasyPG API is a superset of PGG and pgg-epg.el provides nothing but compatibility with PGG. -Limitations of PGG +*** Limitations of PGG -- PGG doesn't have a user interface to select keys for typical - cryptographic operations -- PGG can't handle messages signed with multiple keys correctly -- PGG trusts any keys for encryption +As I noted "PGG is outdated PGP library" above, PGG has several +limitations. For example + +- PGG can't handle a message signed with multiple keys. +- PGG can't prompt a user which key is being used. +- PGG can't create a binary PGP messages. +- PGG doesn't provide a way to select keys per cryptographic operation. +- PGG ignores GnuPG's trust metrics. ** SEMI based MUA -- 1.7.10.4