Add missing OSSL_DECODER entry in NEWS.md and CHANGES.md
authorRichard Levitte <levitte@openssl.org>
Tue, 7 Sep 2021 07:33:16 +0000 (09:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Sep 2021 09:01:17 +0000 (11:01 +0200)
The text in CHANGES.md got fleshed out a bit more as well.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16522)

(cherry picked from commit d1a786e99b162793a8f4a70fe12d2c4e6f5ee608)

CHANGES.md
NEWS.md

index 5dca90464a49838069d53d98744cf97f73edcd22..0b3004d1a825a7026784085bc6bfb1a42f279f7e 100644 (file)
@@ -813,8 +813,19 @@ breaking changes, and mappings for the large list of deprecated functions.
 
    *Rich Salz*
 
- * Introduced a new method type and API, OSSL_ENCODER, to
-   represent generic encoders.
+ * Introduced a new method type and API, OSSL_ENCODER, to represent
+   generic encoders.  These do the same sort of job that PEM writers
+   and d2i functions do, but with support for methods supplied by
+   providers, and the possibility for providers to support other
+   formats as well.
+
+   *Richard Levitte*
+
+ * Introduced a new method type and API, OSSL_DECODER, to represent
+   generic decoders.  These do the same sort of job that PEM readers
+   and i2d functions do, but with support for methods supplied by
+   providers, and the possibility for providers to support other
+   formats as well.
 
    *Richard Levitte*
 
diff --git a/NEWS.md b/NEWS.md
index 290671e091dafdd83853986ea600a7a9184d0358..a75c43b4cae491a5497b494f3589ab52da402ebf 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -65,6 +65,7 @@ OpenSSL 3.0
     BIOs (allowing implicit connections), and timeout checks.
   * Added util/check-format.pl for checking adherence to the coding guidelines.
   * Added OSSL_ENCODER, a generic encoder API.
+  * Added OSSL_DECODER, a generic decoder API.
   * Added OSSL_PARAM_BLD, an easier to use API to OSSL_PARAM.
   * Added error raising macros, ERR_raise() and ERR_raise_data().
   * Deprecated ERR_put_error(), ERR_get_error_line(), ERR_get_error_line_data(),