From a0dfcb14a8d51d5cb9e60ec90af2ef5b7a446ca1 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 18 Aug 2015 07:41:44 -0400
Subject: [PATCH] Enigma: Optional server-side key generation
---
plugins/enigma/README | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/enigma/README b/plugins/enigma/README
index 1d8f7dd..1cd0e2d 100644
--- a/plugins/enigma/README
+++ b/plugins/enigma/README
@@ -17,7 +17,8 @@
+ PGP: signatures verification
+ PGP: messages decryption
+ PGP: Sending of encrypted/signed messages
-+ PGP: keys management UI (keys import and delete)
++ PGP: keys management UI (key import, delete)
++ PGP: key generation (client- or server-side)
+ Handling of PGP keys attached to incoming messages
+ User preferences to disable plugin features
@@ -28,7 +29,6 @@
TODO (later):
-------------
- Handling of big messages with temp files
-- Server-side keys generation (warning: no-entropy issue, max_execution_time issue)
- Key info in contact details page (optional)
- Extended key management:
- disable,
--
Gitblit v1.9.1