summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-06 11:12:09 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-07 07:28:43 -0500
commit32a2f96f82eaadafd4faf2c6184093e441661a4e (patch)
treeeb4bfdc80c1d44703bd484925b63ebf988d174fd /changes
parent27a4438805dcac7fa46a2c47f0b247c7f8d3668e (diff)
downloadtor-32a2f96f82eaadafd4faf2c6184093e441661a4e.tar.gz
tor-32a2f96f82eaadafd4faf2c6184093e441661a4e.zip
Add the ability to fail when a hardware accelerator is missing.
Closes ticket 32406.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket324064
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32406 b/changes/ticket32406
new file mode 100644
index 0000000000..c0c60207c0
--- /dev/null
+++ b/changes/ticket32406
@@ -0,0 +1,4 @@
+ o Minor features (configuration):
+ - If the configured hardware crypto accelerator in AccelName
+ is prefixed with "!", Tor now exits when it cannot be found.
+ Closes ticket 32406.