]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Adding changes file for 16189.
authorrl1987 <rl1987@sdf.lonestar.org>
Tue, 7 Jul 2015 17:58:24 +0000 (20:58 +0300)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2015 20:31:22 +0000 (16:31 -0400)
changes/ticket16189 [new file with mode: 0644]

diff --git a/changes/ticket16189 b/changes/ticket16189
new file mode 100644 (file)
index 0000000..aec8e13
--- /dev/null
@@ -0,0 +1,6 @@
+ o Features (crypto, testing):
+   - Now that OpenSSL has its own scrypt implementation, add an unit
+     test that checks for interoperability between libscrypt_scrypt()
+     and OpenSSL's EVP_PBE_scrypt() so that we could not use libscrypt
+     and rely on EVP_PBE_scrypt() whenever possible. Resolves ticket
+     16189.