summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2015-07-07 20:58:24 +0300
committerNick Mathewson <nickm@torproject.org>2015-07-09 16:31:22 -0400
commita13d0fd342c4f9a997eaa87277fe42e11756a5fe (patch)
tree59b367cff36836aad834f50321a525d28e0d8b05
parent5c86708e4d2f9731c5ea1a43ca60d809fcc559b4 (diff)
downloadtor-a13d0fd342c4f9a997eaa87277fe42e11756a5fe.tar.gz
tor-a13d0fd342c4f9a997eaa87277fe42e11756a5fe.zip
Adding changes file for 16189.
-rw-r--r--changes/ticket161896
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket16189 b/changes/ticket16189
new file mode 100644
index 0000000000..aec8e13cee
--- /dev/null
+++ b/changes/ticket16189
@@ -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.