aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-06 02:54:02 +0000
committerUlf Möller <ulf@openssl.org>2001-02-06 02:54:02 +0000
commit741a9690df52b947861deeafec87ab86074c0929 (patch)
treeab821f7988ca236b0242cf04c8638d67b53afbf4 /CHANGES
parente24e40657f7318248356699e8ec99cb746450708 (diff)
downloadopenssl-741a9690df52b947861deeafec87ab86074c0929.tar.gz
Fix potential buffer overrun for EBCDIC.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f817e93566..e3f2653945 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,9 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Fix potential buffer overrun for EBCDIC.
+ [Ulf Moeller]
+
*) New function OCSP_copy_nonce() to copy nonce value (if present) from
request to response.
[Steve Henson]