aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-08-27 20:05:37 -0400
committerJack Lloyd <[email protected]>2019-08-27 20:05:37 -0400
commit661cf32f0634a23568a65077fa16de17598108ed (patch)
tree493dc84363f1953cca18b5d4a39516d2d9775ce0 /news.rst
parentff416dcc98f2952792419410b6afff4c87abd489 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index a2b2fdc44..28c4cebad 100644
--- a/news.rst
+++ b/news.rst
@@ -36,6 +36,10 @@ Version 2.12.0, Not Yet Released
* Add support for 64-bit version of RDRAND, doubling performance on x86-64 (GH #934 #2022)
+* Add support for the POWER9 hardware random number generator (GH #2026)
+
+* Add a new ``entropy`` cli which allows sampling the output of the entropy sources.
+
* Cleanups in TLS record layer (GH #2021)
* Support setting TLS policies in CLIs like ``tls_client`` and ``tls_proxy_server`` (GH #2047)