summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-10-03 18:58:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-10-03 18:58:09 +0000
commit39239280f3576f3418dadbf751bc7a2bb3252d4e (patch)
treec840f3ac5aace2e0252c524adf1b80c524cd64ff /CHANGES
parent5ad83922cae0685454a8081a3c6a5b64a1d828c3 (diff)
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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 <emilia.kasper@esat.kuleuven.be> (Google)]