Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 3e91a0899eb4a75bc5aeb798ae83fe8ca0543de9..9f16dd43c70c8866c65ade4a1b8f295d83dd1d93 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
 
  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.
+     [Emilia Käsper]
+
   *) Add support for SipHash
      [Todd Short]