aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/build-data/policy/bsi.txt1
-rw-r--r--src/build-data/policy/modern.txt1
-rw-r--r--src/build-data/policy/nist.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/build-data/policy/bsi.txt b/src/build-data/policy/bsi.txt
index a97f11438..0f053c337 100644
--- a/src/build-data/policy/bsi.txt
+++ b/src/build-data/policy/bsi.txt
@@ -70,6 +70,7 @@ rdrand_rng
system_rng
# utils
+http_util # needed by x509 for OCSP online checks
locking_allocator
simd
</if_available>
diff --git a/src/build-data/policy/modern.txt b/src/build-data/policy/modern.txt
index ae6eab938..588fc7fc8 100644
--- a/src/build-data/policy/modern.txt
+++ b/src/build-data/policy/modern.txt
@@ -53,6 +53,7 @@ ed25519
clmul
locking_allocator
+http_util # needed by x509 for OCSP online checks
aes_ni
aes_ssse3
diff --git a/src/build-data/policy/nist.txt b/src/build-data/policy/nist.txt
index 5943406e5..50948d4dc 100644
--- a/src/build-data/policy/nist.txt
+++ b/src/build-data/policy/nist.txt
@@ -74,6 +74,7 @@ rdrand_rng
system_rng
# utils
+http_util # needed by x509 for OCSP online checks
locking_allocator
simd
</if_available>