diff options
author | Jack Lloyd <[email protected]> | 2018-09-20 14:03:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-20 14:03:55 -0400 |
commit | 9a41b24157260eb9830e6a441c1131d6be09b3df (patch) | |
tree | a6a828c24801b1c6d966fc69cfb83cc5162379dc /news.rst | |
parent | aabb8e40b3b5907977a817107d1d580af364a126 (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.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |