summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2010-08-26 12:11:01 +0000
committerBodo Möller <bodo@openssl.org>2010-08-26 12:11:01 +0000
commitc94f7f657bdfb94383413923d3cd522ed8ca955f (patch)
tree4676bfec38985b0af5fd04b13b499c8cf8552ff1 /CHANGES
parent173350bccaf25d6114a7108ccceabb974f125fa4 (diff)
ECC library bugfixes.
Submitted by: Emilia Kasper (Google)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65cfb49e01..5cbe876949 100644
--- a/CHANGES
+++ b/CHANGES
@@ -978,6 +978,18 @@
*) Change 'Configure' script to enable Camellia by default.
[NTT]
+ Changes between 0.9.8o and 0.9.8p [xx XXX xxxx]
+
+ *) 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)]
+
+ *) Don't repeatedly append PBE algorithms to table if they already exist.
+ Sort table on each new add. This effectively makes the table read only
+ after all algorithms are added and subsequent calls to PKCS12_pbe_add
+ etc are non-op.
+ [Steve Henson]
+
Changes between 0.9.8n and 0.9.8o [01 Jun 2010]
[NB: OpenSSL 0.9.8o and later 0.9.8 patch levels were released after