aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-07-31 14:57:50 -0400
committerJack Lloyd <[email protected]>2017-07-31 14:57:50 -0400
commitce2deaef167fbd2073959488880b932efaf024d9 (patch)
tree4f44421ef13db2ac43ef48dcb4c5e4805735b705
parentbc6ba3eb4bb10c45c9d14c3697579fa29b059b39 (diff)
Additional news entries
-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)