From 9d70ac97d9d8720e6ed280609c844da403b80440 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 28 Feb 2017 08:15:31 +0100 Subject: Code cleanup: remove the VMS specific reimplementation of gmtime This reimplementation was necessary before VMS C V7.1. Since that's the minimum version we support in this OpenSSL version, the reimplementation is no longer needed. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/2762) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index cda3790cc1..9f16dd43c7 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ Changes between 1.1.0e and 1.1.1 [xx XXX xxxx] + *) Remove the VMS-specific reimplementation of gmtime from crypto/o_times.c. + VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1, + which is the minimum version we support. + [Richard Levitte] + *) Certificate time validation (X509_cmp_time) enforces stricter compliance with RFC 5280. Fractional seconds and timezone offsets are no longer allowed. -- cgit v1.2.3