diff options
author | Daniel Neus <[email protected]> | 2017-03-29 14:10:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-29 14:10:54 +0200 |
commit | c71f291e4790a61fd97d71033ffc03b86021e436 (patch) | |
tree | ff083e709e5d506b212a90e19bead22fccc70e9e | |
parent | 0a45b6d563c9faf87143334f43abf8afec0335d8 (diff) |
Update releases notes for 2.1.0
-rw-r--r-- | news.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -69,6 +69,20 @@ Version 2.1.0, Not Yet Released * Fix various warnings flagged by pylint and pyflakes linters in configure.py and botan.py (GH #832 #836 #839) + +* Rename python wrapper to botan2.py (GH #847) + +* Change name constraint test to use a fixed reference time. Test certs have expired. + +* Increase miller-rabin iterations for DSA primes (FIPS-186-4) (GH #881) + +* Fix possible ISO 9796-2 padding side channel and add a length check (GH #891) + +* In CLI, if system RNG is available prefer it + +* Converge on a single side channel silent EC blinded multiply algorithm. + Uses montgomery ladder with order/2 bits scalar blinding and point randomization + now by default. (GH #893) Version 1.10.15, 2017-01-12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |