summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormancha <mancha1@zoho.com>2014-04-24 19:06:20 +0000
committermancha <mancha1@zoho.com>2014-04-24 19:32:17 +0000
commitf0816174d264b11f6f4ccb41c75883640a2416bb (patch)
treee601820f7633994908fea721a93af61bd9e732b8 /CHANGES
parent057444f84470551cb40d565c1bb9b1fc75f161b6 (diff)
Fix eckey_priv_encode()
Fix eckey_priv_encode to return an error on failure of i2d_ECPrivateKey.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index def57902be..5fc78bbcf5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1g and 1.0.1h [xx XXX xxxx]
+ *) Fix eckey_priv_encode so it immediately returns an error upon a failure
+ in i2d_ECPrivateKey.
+ [mancha <mancha1@zoho.com>]
+
*) Fix some double frees. These are not thought to be exploitable.
[mancha <mancha1@zoho.com>]