summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-07-31 11:52:57 -0400
committerRich Salz <rsalz@openssl.org>2015-07-31 12:27:27 -0400
commit740ceb5b0c844f1fe9b96983cc175d19795e7aa0 (patch)
treea11333c672e09a3a98d9b791be71087a05620a0f /CHANGES
parent898ea7b855541b5809e25944c8dada7b50775fd3 (diff)
Various doc fixes from GH pull requests
Thanks folks: 348 Benjamin Kaduk 317 Christian Brueffer 254 Erik Tews 253 Erik Tews 219 Carl Mehner 155 (ghost) 95 mancha 51 DominikNeubauer Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c5be241165..cd75e0b9ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -162,7 +162,7 @@
[mancha <mancha1@zoho.com>]
*) Fix eckey_priv_encode so it immediately returns an error upon a failure
- in i2d_ECPrivateKey.
+ in i2d_ECPrivateKey. Thanks to Ted Unangst for feedback on this issue.
[mancha <mancha1@zoho.com>]
*) Fix some double frees. These are not thought to be exploitable.