From 2591a2cd863696b91128ff4a8461bb96d497e7b4 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 4 Mar 2015 04:30:20 +0000 Subject: Hide Algorithm_Factory and use the functions in lookup.h internally. Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14 --- doc/relnotes/1_11_15.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/relnotes') diff --git a/doc/relnotes/1_11_15.rst b/doc/relnotes/1_11_15.rst index a0937deb2..3fbf0cd40 100644 --- a/doc/relnotes/1_11_15.rst +++ b/doc/relnotes/1_11_15.rst @@ -6,4 +6,6 @@ Version 1.11.15, Not Yet Released * When comparing two ASN.1 algorithm identifiers, consider empty and NULL parameters the same. +* Fixed memory leaks in TLS and cipher modes introduced in 1.11.14 + * Fix compilation problem on OS X -- cgit v1.2.3