summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-12 23:48:50 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-12 23:48:50 +0000
commit5ca6aff1b2033a5660d56842bf35650f01e0e50e (patch)
tree48ac33b93111c56ace58caf61f1b908e3f09a494 /CHANGES
parentb7f67001d8bfe3a8443fa65e3f236c477dc49d87 (diff)
downloadm2crypto-5ca6aff1b2033a5660d56842bf35650f01e0e50e.tar.gz
Fixed memory leak in m2.ec_key_new_by_curve_name.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@543 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 17159e2..b13019a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@
- If a subjectAltName extension of type dNSName is present in peer certificate,
use only the dNSNames when checking peer certificate hostname, as specified
by RFC 2818. If no dNSNames are present, use subject commonName.
+- Fixed memory leak in m2.ec_key_new_by_curve_name
- Fixed threading regressions introduced in 0.16,
by Aaron Reizes and Keith Jackson
- Added SSL session caching support to HTTPSConnection, by Keith Jackson