diff options
author | Jack Lloyd <[email protected]> | 2016-10-31 02:09:57 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-31 02:10:14 -0400 |
commit | a9ac6dfcc795b77af868e798e0273ae664616979 (patch) | |
tree | 627d8ab79bdfaffac56df7a8204f6d47fac2ade2 | |
parent | 65c612b194521619ed848e9108e86e1e539ff5b9 (diff) |
Update 1.11.34 release notes
-rw-r--r-- | news.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -15,6 +15,8 @@ Version 1.11.34, Not Yet Released * HMAC_DRBG allows configuring maximum number of bytes before a forced reseed (GH #690) +* Salsa20 now accepts a null IV as equivalent to an all-zero one (GH #697) + * The deprecated RNGs HMAC_RNG and X9.31 RNG have been removed. Now the only userspace PRNG included in the library is HMAC_DRBG. (GH #692) @@ -26,6 +28,18 @@ Version 1.11.34, Not Yet Released * Add more tests for Pipe/Filter (GH #689 #693) +* Merged the fuzzer tests, previously https://github.com/randombit/botan-fuzzers + +* The license and news files were moved from doc to the top level directory. + There should not be any other visible change (eg, to the installed version) + as a result of this move. + +* Fixed some problems when running configure.py outside of the base directory, + especially when using relative paths. + +* Add speed tests for ECGDSA and ECKCDSA (GH #696) + +* Fix a crash in speed command for Salsa20 (GH #697) Version 1.11.33, 2016-10-26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |