aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 3918b528c..b1c3488b0 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,17 @@
+2003-11-12 David Shaw <[email protected]>
+
+ * g10.c (main): Add --symmetric --sign --encrypt.
+
+ * main.h, encode.c (setup_symkey): New. Prompt for a passphrase
+ and create a DEK for symmetric encryption.
+ (write_symkey_enc): New. Write out symmetrically encrypted
+ session keys.
+ (encode_crypt, encrypt_filter): Use them here here when creating a
+ message that can be decrypted with a passphrase or a pk.
+
+ * sign.c (sign_file): Call setup_symkey if we are doing a
+ --symmetric --sign --encrypt.
+
2003-11-09 David Shaw <[email protected]>
* mainproc.c (proc_symkey_enc): Don't show algorithm information