diff options
author | Matthias Gierlings <[email protected]> | 2016-12-01 21:03:29 +0100 |
---|---|---|
committer | Matthias Gierlings <[email protected]> | 2016-12-01 21:13:50 +0100 |
commit | fa6f766baa2f6a04d4d31bbec262c5e5dc11f8e4 (patch) | |
tree | a541c093daf2f8449173bb4a6633aa89b6a59174 /src/build-data | |
parent | f85cbb9fe7896dd078da539e4b5f1553be10bebc (diff) |
Updates module policy, fixes test suite errors
- Moves SHAKE to prohibited algorithms
- Catches an error during XMSS private key generation when SHAKE is disabled.
This should not be reported as error by the test bench since [SHAKE is
optional in XMSS](https://tools.ietf.org/html/draft-irtf-cfrg-xmss-hash-based-signatures-07#section-5)
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/policy/bsi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/policy/bsi.txt b/src/build-data/policy/bsi.txt index 3815f9c1f..782cf36dd 100644 --- a/src/build-data/policy/bsi.txt +++ b/src/build-data/policy/bsi.txt @@ -14,7 +14,6 @@ ctr sha2_32 sha2_64 sha3 -shake # mac cmac @@ -141,6 +140,7 @@ md4 rmd160 #sha1 // needed for tls #sha1_sse2 // needed for tls +shake skein tiger whirlpool |