summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-12-20 12:18:08 +0000
committerBen Laurie <ben@openssl.org>2001-12-20 12:18:08 +0000
commit7c517a04b16de79b822573d5401d65e3a146b642 (patch)
treedd5091a6db7a821c6fd00784864333690abde850 /CHANGES
parentd78e52987e18b9ce7950d9215b9d6096941e35f6 (diff)
Security fix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aae4a8ace2..0ec25f25bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ +) SECURITY: remove unsafe setjmp/signal interaction from ui_openssl.c.
+ [Ben Laurie and Theo de Raadt]
+
*) Fix BN_rand_range bug pointed out by Dominikus Scherkl
<Dominikus.Scherkl@biodata.com>. (The previous implementation
worked incorrectly for those cases where range = 10..._2 and