aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-07 22:13:10 +0000
committerUlf Möller <ulf@openssl.org>2001-02-07 22:13:10 +0000
commit60b3b2c9d01078e33204d901bda0d8dccf2215a2 (patch)
tree643b4b744dddb0cba3a1f867abaf6abc610fd13c /CHANGES
parentc7410f2693eba9a45d94998053c01f86304f919b (diff)
downloadopenssl-60b3b2c9d01078e33204d901bda0d8dccf2215a2.tar.gz
EBCDIC bug fix from main branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a35672434..6234386c74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@
return NULL from CONF_get_section.
[Bodo Moeller]
+ *) Fix potential buffer overrun for EBCDIC.
+ [Ulf Moeller]
+
*) Tolerate nonRepudiation as being valid for S/MIME signing and certSign
keyUsage if basicConstraints absent for a CA.
[Steve Henson]