aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index b69492b9c..b0e7ed2b8 100644
--- a/news.rst
+++ b/news.rst
@@ -73,8 +73,12 @@ Version 2.2.0, Not Yet Released
* Add new FFI functions botan_hash_block_size (GH #1036),
botan_hash_copy_state (GH #1059), botan_scrub_mem
+* Add support for RFC 3394 keywrap through FFI (GH #1135)
+
* Support AES-CBC ciphers via OpenSSL (GH #1022)
+* Add function to return certificates included in OCSP response (GH #1123)
+
* Complete wildcard handling for X.509 certificates (GH #1017)
* Add some missing functions to TLS::Text_Policy (GH #1023)