Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failed
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 38bfd34aa4a619db4e4140140606e51bdc50f825..a714dd5cd72ff7679a2f60777e7ab35eb8576daf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,13 @@
  OpenSSL CHANGES
  _______________
 
+ Changes between 1.0.0c and 1.0.0d [xx XXX xxxx]
+
+  *) Fix bug in string printing code: if *any* escaping is enabled we must
+     escape the escape character (backslash) or the resulting string is
+     ambiguous.
+     [Steve Henson]
+
  Changes between 1.0.0b and 1.0.0c  [2 Dec 2010]
 
   *) Disable code workaround for ancient and obsolete Netscape browsers