summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-31 06:59:37 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-31 09:33:24 +0200
commitfaea3bd1339ac1029ab2bc746dfb7c891366d653 (patch)
tree48f593cfc37d0373c889efa879a58c903f0137b7 /NEWS
parent02c163ea8936d75c7334d81d86c2a713dea40371 (diff)
Document recent changes in NEWS and CHANGES
More should be added there Reviewed-by: Paul Yang <kaishen.yy@antfin.com> (Merged from https://github.com/openssl/openssl/pull/9486)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.