VMS: turn on name mangling for all our programs
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index abb03b4e4b30a8df4eca8e5d364adfd69988b427..fab0af4b88135a1d00202aa62dd91b3e7a932442 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,17 @@
 
  Changes between 1.1.1 and 1.1.2 [xx XXX xxxx]
 
-  *)
+  *) AES-XTS mode now enforces that its two keys are different to mitigate
+     the attacked described in "Efficient Instantiations of Tweakable
+     Blockciphers and Refinements to Modes OCB and PMAC" by Phillip Rogaway.
+     Details of this attack can be obtained from:
+     http://web.cs.ucdavis.edu/%7Erogaway/papers/offsets.pdf
+     [Paul Dale]
+
+  *) Rename the object files, i.e. give them other names than in previous
+     versions.  Their names now include the name of the final product, as
+     well as its type mnemonic (bin, lib, shlib).
+     [Richard Levitte]
 
  Changes between 1.1.0i and 1.1.1 [11 Sep 2018]