aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r--agent/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index 0c7857811..39e93f818 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,6 +1,11 @@
+2003-08-20 Timo Schulz <[email protected]>
+
+ * pksign.c (do_encode_md): Allocate enough space. Cast md
+ byte to unsigned char to prevent sign extension.
+
2003-08-14 Timo Schulz <[email protected]>
- * pksign.c: do_encode_md: Due to the fact pkcs#1 padding
+ * pksign.c (do_encode_md): Due to the fact pkcs#1 padding
is now in Libgcrypt, use the new interface.
2003-07-31 Werner Koch <[email protected]>