aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-20 14:03:55 -0400
committerJack Lloyd <[email protected]>2018-09-20 14:03:55 -0400
commit9a41b24157260eb9830e6a441c1131d6be09b3df (patch)
treea6a828c24801b1c6d966fc69cfb83cc5162379dc /news.rst
parentaabb8e40b3b5907977a817107d1d580af364a126 (diff)
Add support for using Linux getrandom syscall
Disabled by default as it requires a relatively recent kernel and glibc.
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index ebea45893..e4c7b0b7a 100644
--- a/news.rst
+++ b/news.rst
@@ -59,6 +59,9 @@ Version 2.8.0, Not Yet Released
* In ECC private keys, include the public key data for compatibility with
GnuTLS (GH #1634 #1635)
+* Add support for using Linux ``getrandom`` syscall to access the system PRNG.
+ This is disabled by default, use ``--with-os-feature=getrandom`` to enable.
+
* It is now possible to encrypt private keys using SIV mode.
* The FFI function botan_privkey_load now ignores its rng argument.