aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-31 10:12:25 -0400
committerNick Mathewson <nickm@torproject.org>2017-03-31 10:12:25 -0400
commitf3e399c6cefa846d8512cc90f11214ca582ff8d1 (patch)
treee190d7114761f175eae035d8985b1442177f0758 /changes
parent28f9b68e8763b2e5c4e7b0ed9170f41ead15feb1 (diff)
downloadtor-f3e399c6cefa846d8512cc90f11214ca582ff8d1.tar.gz
tor-f3e399c6cefa846d8512cc90f11214ca582ff8d1.zip
Changes file for openssl header isolation.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket218414
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket21841 b/changes/ticket21841
new file mode 100644
index 0000000000..08c7406725
--- /dev/null
+++ b/changes/ticket21841
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Isolate our usage of the openssl headers so that they are only
+ used from our crypto wrapper modules, and from tests that examing those
+ modules' internals. Closes ticket 21841.