aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/policy
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-19 09:00:22 -0500
committerJack Lloyd <[email protected]>2017-12-19 09:00:22 -0500
commit1e9db1f1d3d4d04368a7f7da490230deb5b6431e (patch)
tree735bb30da61647664de0f4b91b6650dcb82be8fc /src/build-data/policy
parente886e5942c1117115c72cfa0ed808af37693efab (diff)
Enable processor specific code in module policies [ci skip]
These were added more recently and weren't enabled in the policy files.
Diffstat (limited to 'src/build-data/policy')
-rw-r--r--src/build-data/policy/bsi.txt6
-rw-r--r--src/build-data/policy/modern.txt3
-rw-r--r--src/build-data/policy/nist.txt6
3 files changed, 15 insertions, 0 deletions
diff --git a/src/build-data/policy/bsi.txt b/src/build-data/policy/bsi.txt
index ffe0ed65a..b02b82f84 100644
--- a/src/build-data/policy/bsi.txt
+++ b/src/build-data/policy/bsi.txt
@@ -55,6 +55,12 @@ aes_ssse3
# modes
clmul
+clmul_ssse3
+pmull
+
+# hash
+sha2_32_x86
+sha2_32_armv8
# entropy sources
darwin_secrandom
diff --git a/src/build-data/policy/modern.txt b/src/build-data/policy/modern.txt
index fb435636c..212d06b1b 100644
--- a/src/build-data/policy/modern.txt
+++ b/src/build-data/policy/modern.txt
@@ -52,6 +52,9 @@ newhope
ed25519
clmul
+clmul_ssse3
+pmull
+
locking_allocator
http_util # needed by x509 for OCSP online checks
diff --git a/src/build-data/policy/nist.txt b/src/build-data/policy/nist.txt
index f29c080e8..b253ac982 100644
--- a/src/build-data/policy/nist.txt
+++ b/src/build-data/policy/nist.txt
@@ -59,6 +59,12 @@ sha2_32_armv8
# modes
clmul
+clmul_ssse3
+pmull
+
+# hash
+sha2_32_x86
+sha2_32_armv8
# entropy sources
darwin_secrandom