We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f29ba commit f44dc95Copy full SHA for f44dc95
pkgs/development/libraries/botan/default.nix
@@ -27,6 +27,8 @@ assert lib.assertOneOf "policy" policy [
27
"bsi"
28
# only allow NIST approved algorithms in FIPS 140
29
"fips140"
30
+ # only allow "modern" algorithms
31
+ "modern"
32
];
33
34
let
0 commit comments