summaryrefslogtreecommitdiff
path: root/changes/ticket16189
blob: aec8e13ceee3a32ec4b9fb0ef42412417ca7549d (plain)
1
2
3
4
5
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.