Rename deprecated FIPS_rand functions to FIPS_x931. These shouldn't be
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9395529e39da8c5bbed8cebf0dffed0bc545990c..7709cc2ef41835c217cd80f90b8c934a1b529af5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Rename old X9.31 PRNG functions of the form FIPS_rand* to FIPS_x931*.
+     This shouldn't present any incompatibility problems because applications
+     shouldn't be using these directly and any that are will need to rethink
+     anyway as the X9.31 PRNG is now deprecated by FIPS 140-2
+     [Steve Henson]
+
   *) Extensive self tests and health checking required by SP800-90 DRBG.
      Remove strength parameter from FIPS_drbg_instantiate and always
      instantiate at maximum supported strength.