Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-01-24 03:42:50 +0300
committerDr. Stephen Henson <steve@openssl.org>2003-01-24 03:42:50 +0300
commit624feae8af40050130bd9f648dd1664b211da566 (patch)
tree7b51ba2ad4467d70633ddcddb67144fb85f85c8f /CHANGES
parent246f2b016b28d8092bcdd0bf5ed6107cb5033f1e (diff)
Check return value of gmtime() and add error codes
where it fails in ASN1_TIME_set(). Clear error queue in req.c if *_min or *_max is absent.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 863a975a88..e96767092f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.7 and 0.9.7a [XX xxx 2003]
+ *) Under Win32 gmtime() can return NULL: check return value in
+ OPENSSL_gmtime(). Add error code for case where gmtime() fails.
+ [Steve Henson]
+
*) DSA routines: under certain error conditions uninitialized BN objects
could be freed. Solution: make sure initialization is performed early
enough. (Reported and fix supplied by Ivan D Nestlerode <nestler@MIT.EDU>,