mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
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.
|