Skip to content

Commit f44dc95

Browse files
committed
botan3: add modern policy
1 parent d7f29ba commit f44dc95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/libraries/botan/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ assert lib.assertOneOf "policy" policy [
2727
"bsi"
2828
# only allow NIST approved algorithms in FIPS 140
2929
"fips140"
30+
# only allow "modern" algorithms
31+
"modern"
3032
];
3133

3234
let

0 commit comments

Comments
 (0)