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:31:49 +0000
commit3f1b3d9675aa76c9937f804c41f732082ab52216 (patch)
tree2b06b3c0ca2da61a75dde491f822f17ed5db5171 /CHANGES
parent3e124d66c8b66a48a824387b10768411a348f518 (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 d9205e53b2..bc7adb7819 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1g and 1.0.2 [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>]