X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=03f9d02abe2f1d24d3e5a7d1ba7c23d78034d522;hp=ccc991b959070306a15dace9d7183cb245787eec;hb=d918f85146ca8e01d721518aac7575976aebdfd1;hpb=a95541d61e37878216abaa8e00ff3c75cff9a7c2 diff --git a/CHANGES b/CHANGES index ccc991b959..03f9d02abe 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,10 @@ *) applies to 0.9.6a (/0.9.6b) and 0.9.7 +) applies to 0.9.7 only + +) Fix a memory leak in 'sk_dup()' in the case reallocation fails. (Also + tidy up some unecessarily weird code in 'sk_new()'). + [Geoff, reported by Diego Tartara ] + +) Change the key loading routines for ENGINEs to use the same kind callback (pem_password_cb) as all other routines that need this kind of callback.