summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-13 11:23:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-13 11:23:37 +0000
commitafff063a14911213e3f06230a105d1d62b0567c0 (patch)
treef4b3593cc68421974434decfe5f89fa2de4a1bb9 /CHANGES
parente1246e1ad748ac17a6866b61619ca36a9f03c183 (diff)
Add CHANGES entry.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 69705961b9..5016827870 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.8k and 0.9.8l [xx XXX xxxx]
+
+ *) The functions ENGINE_ctrl(), OPENSSL_isservice(),
+ CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error
+ fixes for a few places where the return code is not checked
+ correctly.
+ [Julia Lawall <julia@diku.dk>]
+
*) Add --strict-warnings option to Configure script to include devteam
warnings in other configurations.
[Steve Henson]