From 39239280f3576f3418dadbf751bc7a2bb3252d4e Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 3 Oct 2010 18:58:09 +0000 Subject: Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(), this means that some implementations will be used automatically, e.g. aesni, we do this for cryptodev anyway. Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8f9c150507..76a3793764 100644 --- a/CHANGES +++ b/CHANGES @@ -1014,6 +1014,11 @@ Changes between 0.9.8o and 0.9.8p [xx XXX xxxx] + *) Don't reencode certificate when calculating signature: cache and use + the original encoding instead. This makes signature verification of + some broken encodings work correctly. + [Steve Henson] + *) ec2_GF2m_simple_mul bugfix: compute correct result if the output EC_POINT is also one of the inputs. [Emilia Käsper (Google)] -- cgit v1.2.3