mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
botan3: add modern policy
This commit is contained in:
parent
d7f29ba961
commit
f44dc95296
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ assert lib.assertOneOf "policy" policy [
|
|||
"bsi"
|
||||
# only allow NIST approved algorithms in FIPS 140
|
||||
"fips140"
|
||||
# only allow "modern" algorithms
|
||||
"modern"
|
||||
];
|
||||
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue