Add latest changes and news in CHANGES.md and NEWS.md
authorRichard Levitte <levitte@openssl.org>
Thu, 16 Jul 2020 07:34:00 +0000 (09:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Jul 2020 10:45:02 +0000 (12:45 +0200)
- Reworked test perl framwork for parallel tests
- Reworked ERR codes to make better space for system errors
- Deprecation of the ENGINE API

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12461)

CHANGES.md
NEWS.md

index 68d269cb5d59e6ee0263b1ee64212db30e44fca0..a7cb2c5bb186c4f4c4776f8d1e5c87e8e217a0d7 100644 (file)
@@ -23,6 +23,21 @@ OpenSSL 3.0
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
 
+ * Deprecated the `ENGINE` API.  Engines should be replaced with providers
+   going forward.
+
+   *Paul Dale*
+
+ * Reworked the recorded ERR codes to make better space for system errors.
+   To distinguish them, the macro `ERR_SYSTEM_ERROR()` indicates if the
+   given code is a system error (true) or an OpenSSL error (false).
+
+   *Richard Levitte*
+
+ * Reworked the test perl framework to better allow parallel testing.
+
+   *Nicola Tuveri and David von Oheimb*
+
  * Added ciphertext stealing algorithms AES-128-CBC-CTS, AES-192-CBC-CTS and
    AES-256-CBC-CTS to the providers. CS1, CS2 and CS3 variants are supported.
 
diff --git a/NEWS.md b/NEWS.md
index e04e5b95c8c933ef475ceaf5a888174c0fe6c7e3..ed99e8cd00884a76fa685dea5b76dd82e9f81fd2 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,6 +20,7 @@ OpenSSL 3.0
 
 ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
 
+  * Deprecated the `ENGINE` API.
   * Added `OPENSSL_CTX`, a libcrypto library context.
   * Interactive mode is removed from the 'openssl' program.
   * The X25519, X448, Ed25519, Ed448 and SHAKE256 algorithms are included in