aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-03 15:31:42 +0000
committerWerner Koch <[email protected]>2011-02-03 15:35:33 +0000
commit0b5bcb40cf17a0e1032c113af6024c08b47d7a5c (patch)
tree6196c497d9734a6a022dd713df373416d2f9f067 /agent/ChangeLog
parentCompute the fingerprint for ECDH only on demand. (diff)
downloadgnupg-ECC-INTEGRATION-2-1.tar.gz
gnupg-ECC-INTEGRATION-2-1.zip
Finished ECC integration.ECC-INTEGRATION-2-1
Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now.
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r--agent/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index d4a0de3a8..c022852e8 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,3 +1,19 @@
+2011-02-03 Werner Koch <[email protected]>
+
+ * protect.c (protect_info): Support ECC algos.
+
+ * pksign.c (do_encode_dsa): Map public key algo number. Extend
+ DSA size check for ECDSA.
+
+ * gpg-agent.c: Include cipher.h.
+ (map_pk_openpgp_to_gcry): New.
+
+ * findkey.c (key_parms_from_sexp): Support ECDH.
+
+ * cvt-openpgp.c (get_keygrip): Support ECC algorithms.
+ (convert_secret_key): Ditto.
+ (do_unprotect): Ditto.
+
2011-02-02 Werner Koch <[email protected]>
* cvt-openpgp.c (convert_secret_key): Remove algo mapping.