Move PRIu64, OSSLzu to e_os.h
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a06b1daef3cdc25ad8fc642111d3f371fb559ef7..9c6e897b90352ca4f88e83fc98eb25ed94d602f4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,18 @@
 
  Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
 
+  *) Add EC_KEY_get0_engine(), which does for EC_KEY what RSA_get0_engine()
+     does for RSA, etc.
+     [Richard Levitte]
+
+  *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
+     platform rather than 'mingw'.
+     [Richard Levitte]
+
+  *) x86_64 assembly pack: annotate code with DWARF CFI directives to
+     facilitate stack unwinding even from assembly subroutines.
+     [Andy Polyakov]
+
   *) Remove VAX C specific definitions of OPENSSL_EXPORT, OPENSSL_EXTERN.
      Also remove OPENSSL_GLOBAL entirely, as it became a no-op.
      [Richard Levitte]
@@ -18,6 +30,9 @@
      are no longer allowed.
      [Emilia Käsper]
 
+  *) Add support for ARIA
+     [Paul Dale]
+
   *) Add support for SipHash
      [Todd Short]