aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-25 00:23:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-25 00:23:48 +0000
commitfbb41ae0ad1369d6fe8d6c72d2297270ad24f0e5 (patch)
tree00bde81820163221f0244bc0a9b6d9e276df57a3 /CHANGES
parent766d78c8f5a85205a44aaf6182ed337b981f824b (diff)
downloadopenssl-fbb41ae0ad1369d6fe8d6c72d2297270ad24f0e5.tar.gz
Allow code which calls RSA temp key callback to cope
with a failure. Fix typos in some error codes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ec551ab66..5cf2a6e373 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
+ *) Allow for the possibility of temp RSA key generation failure:
+ the code used to assume it always worked and crashed on failure.
+ [Steve Henson]
+
*) Fix potential buffer overrun problem in BIO_printf().
[Ulf Möller, using public domain code by Patrick Powell; problem
pointed out by David Sacerdote <das33@cornell.edu>]