Change --debug to -d for compat with old releases.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c2898ab3d6e76d8f7a4ac9c9d996d024fe315429..1dc6dc6223e1fa2121be5911b4f26e91e192b90e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
 
  Changes between 1.0.2d and 1.0.2e [xx XXX xxxx]
 
+  *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
+     This changes the decoding behaviour for some invalid messages,
+     though the change is mostly in the more lenient direction, and
+     legacy behaviour is preserved as much as possible.
+     [Emilia Käsper]
+
   *) In DSA_generate_parameters_ex, if the provided seed is too short,
      return an error
      [Rich Salz and Ismo Puustinen <ismo.puustinen@intel.com>]