summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-09-07 09:33:16 +0200
committerRichard Levitte <levitte@openssl.org>2021-09-07 11:01:17 +0200
commit0264910413ff7a85348cc3c35e9c59cb7906278b (patch)
tree9620661de10b26dc94dbb37e5c202c45acce205a /NEWS.md
parent1e7479e8a4f33b1afa7d62b07c682f6987e6a515 (diff)
Add missing OSSL_DECODER entry in NEWS.md and CHANGES.md
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)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 290671e091..a75c43b4ca 100644
--- 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(),