[openssl] master update
Richard Levitte
levitte at openssl.org
Wed Jul 31 07:33:29 UTC 2019
The branch master has been updated
via faea3bd1339ac1029ab2bc746dfb7c891366d653 (commit)
from 02c163ea8936d75c7334d81d86c2a713dea40371 (commit)
- Log -----------------------------------------------------------------
commit faea3bd1339ac1029ab2bc746dfb7c891366d653
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jul 31 06:59:37 2019 +0200
Document recent changes in NEWS and CHANGES
More should be added there
Reviewed-by: Paul Yang <kaishen.yy at antfin.com>
(Merged from https://github.com/openssl/openssl/pull/9486)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 8 ++++++++
NEWS | 3 +++
2 files changed, 11 insertions(+)
diff --git a/CHANGES b/CHANGES
index 80ad49ee7c..dd230d60b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,14 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Introduced new error raising macros, ERR_raise() and ERR_raise_data(),
+ where the former acts as a replacement for ERR_put_error(), and the
+ latter replaces the combination ERR_put_error()+ERR_add_error_data().
+ ERR_raise_data() adds more flexibility by taking a format string and
+ an arbitrary number of arguments following it, to be processed with
+ BIO_snprintf().
+ [Richard Levitte]
+
*) Introduced a new function, OSSL_PROVIDER_available(), which can be used
to check if a named provider is loaded and available. When called, it
will also activate all fallback providers if such are still present.
diff --git a/NEWS b/NEWS
index aeb2eb7426..0463af6e25 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@
Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [under development]
+ o Added error raising macros, ERR_raise() and ERR_raise_data().
+ o Deprecated ERR_put_error().
+ o Added OSSL_PROVIDER_available(), to check provider availibility.
o Added 'openssl mac' that uses the EVP_MAC API.
o Added 'openssl kdf' that uses the EVP_KDF API.
o Add OPENSSL_info() and 'openssl info' to get built-in data.
More information about the openssl-commits
mailing list