mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +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"
|
"bsi"
|
||||||
# only allow NIST approved algorithms in FIPS 140
|
# only allow NIST approved algorithms in FIPS 140
|
||||||
"fips140"
|
"fips140"
|
||||||
|
# only allow "modern" algorithms
|
||||||
|
"modern"
|
||||||
];
|
];
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue