summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-02 10:35:10 +0000
committerBodo Möller <bodo@openssl.org>2000-11-02 10:35:10 +0000
commit15d52ddb559223c87fe7bfaa5675b9e4ee05098f (patch)
treef6f41c0539128a21377776a1073240974f42d96f /CHANGES
parentd48f487e2c704e933328c9bafe437a53c44641f4 (diff)
Never call load_dh_param(NULL) because this leads to an illegal
fopen(NULL).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 744eaafb15..2e3e2ab9b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Never call load_dh_param(NULL) in s_server.
+ [Bodo Moeller]
+
*) Add engine application. It can currently list engines by name and
identity, and test if they are actually available.
[Richard Levitte]