Adding changes file for 16189.

This commit is contained in:
rl1987 2015-07-07 20:58:24 +03:00 committed by Nick Mathewson
parent 5c86708e4d
commit a13d0fd342

6
changes/ticket16189 Normal file
View File

@ -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.