ticket16189 322 B

123456
  1. o Features (crypto, testing):
  2. - Now that OpenSSL has its own scrypt implementation, add an unit
  3. test that checks for interoperability between libscrypt_scrypt()
  4. and OpenSSL's EVP_PBE_scrypt() so that we could not use libscrypt
  5. and rely on EVP_PBE_scrypt() whenever possible. Resolves ticket
  6. 16189.