From: rl1987 Date: Tue, 7 Jul 2015 17:58:24 +0000 (+0300) Subject: Adding changes file for 16189. X-Git-Tag: tor-0.2.7.2-alpha~54^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a13d0fd342c4f9a997eaa87277fe42e11756a5fe;p=thirdparty%2Ftor.git Adding changes file for 16189. --- 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.