aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-02 13:33:10 +0000
committerlloyd <[email protected]>2014-12-02 13:33:10 +0000
commit2f884827b2aa1b070795230ebe012f1708ded73a (patch)
treebb13325a9254f210bd7cc4dd50b22b6957c48800 /doc
parente78801f8c8a168d70ae06769ec6996c4e0da122f (diff)
Add an easy way to directly use the system PRNG.
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst
index b44b7101c..9fbf8e369 100644
--- a/doc/relnotes/1_11_10.rst
+++ b/doc/relnotes/1_11_10.rst
@@ -50,6 +50,15 @@ Version 1.11.10, Not Yet Released
* The default PKCS #8 encryption scheme has changed to use PBKDF2 with
SHA-256 instead of SHA-1
+* A specialized reducer for P-521 was added.
+
+* On Linux the mlock allocator will use MADV_DONTDUMP on the pool so
+ that the contents are not included in coredumps.
+
+* A new interface for directly using a system-provided PRNG is
+ available in system_rng.h. Currently only systems with /dev/urandom
+ are supported.
+
* Fix decoding indefinite length BER constructs that contain a context sensitive
tag of zero. Github pull 26 from Janusz Chorko.