diff options
author | Pauli <paul.dale@oracle.com> | 2020-03-24 06:08:00 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-03-28 03:27:22 +0100 |
commit | be19d3caf0724b786ecc97ec4207c07cff63c745 (patch) | |
tree | 6bf6b9a8bc9b9f8550ed883109335bcd55f7fd76 /NEWS.md | |
parent | Param builder: make the OSSL_PARAM_BLD APIs public. (diff) | |
download | openssl-be19d3caf0724b786ecc97ec4207c07cff63c745.tar.xz openssl-be19d3caf0724b786ecc97ec4207c07cff63c745.zip |
NEWS: note OSSL_PARAM_BLD API as public.
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11390)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ OpenSSL 3.0 * enable-crypto-mdebug and enable-crypto-mdebug-backtrace were mostly disabled; the project uses address sanitize/leak-detect instead. * Added OSSL_SERIALIZER, a generic serializer 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(). * Added OSSL_PROVIDER_available(), to check provider availibility. |