summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormancha <mancha1@zoho.com>2014-04-24 19:06:20 +0000
committerBen Laurie <ben@links.org>2014-04-26 07:59:13 +0100
commite14f14d36e429762b277bd584329d815760b95d2 (patch)
treeef13f6814562e0403e02835cdcb81c09ee4d0724 /CHANGES
parent79c6c4e828834c4b979940eb537f8a2b4b103376 (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 bb03d196d0..b9cd499c95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2 and 1.1.0 [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>]