aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-04-04 20:39:36 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-04 20:39:36 -0400
commit1779878f9edbc915fa1cda8a132b321ca0fc55b3 (patch)
treee729a2d427e9fc4d48a8f2a81de19e01a8e7bd70 /changes
parent0e7b34354a1789ff3b2d39a98ca8ebcb37ef4664 (diff)
parent5d53862139ea3244735834d7a89077f53cd3df76 (diff)
downloadtor-1779878f9edbc915fa1cda8a132b321ca0fc55b3.tar.gz
tor-1779878f9edbc915fa1cda8a132b321ca0fc55b3.zip
Merge remote-tracking branch 'tor-github/pr/752'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket291085
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket29108 b/changes/ticket29108
new file mode 100644
index 0000000000..7adb08ecb1
--- /dev/null
+++ b/changes/ticket29108
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Split crypto_digest.c into three parts: 1) general code that does not
+ depend on either NSS or OpenSSL (stays in crypto_digest.c); 2) code that
+ depends on NSS API (moved to crypto_digest_nss.c); 3) code that depends
+ on OpenSSL API (moved to crypto_digest_openssl.c). Resolves ticket 29108.