소스 검색

Adding changes file for 16189.

rl1987 9 년 전
부모
커밋
a13d0fd342
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      changes/ticket16189

+ 6 - 0
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.