summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 01:31:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 01:31:24 +0000
commit968062b7d3a282467cef10bb687fe045b169eae2 (patch)
tree1f2d9dc06e2c4f7104279b0ff7089c75e83b59db /CHANGES
parente82f75577b0f8fb7779c6da3577a002eefe08428 (diff)
Fix escaping code for string printing. If *any* escaping is enabled we
must escape the escape character itself (backslash).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c75e514793..7c44f0d989 100644
--- a/CHANGES
+++ b/CHANGES
@@ -166,7 +166,14 @@
Add command line options to s_client/s_server.
[Steve Henson]
- Changes between 1.0.0b and 1.0.0c [xx XXX xxxx]
+ 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]
*) Fixed J-PAKE implementation error, originally discovered by
Sebastien Martini, further info and confirmation from Stefan