diff options
author | James M Snell <jasnell@gmail.com> | 2016-08-22 11:15:00 -0700 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-08-23 10:52:32 -0700 |
commit | 0764bc4711e24de21c0b0066f2cd4bddca62adee (patch) | |
tree | 6328d7672efceae1b52a41dbfccd9bbbb2ef7547 /test/sequential/sequential.status | |
parent | e3cb0bfec9aba9d708b0afe53bb923d23a9cc639 (diff) | |
download | node-new-0764bc4711e24de21c0b0066f2cd4bddca62adee.tar.gz |
Revert "crypto: add crypto.timingSafeEqual"
This reverts commit 0fc5e0dcd9c628b62fc9908daf64bc5db8d503c0.
Additional testing indicates that there may still be timing issues
with this implementation. Revert in order to give more time for
testing before this goes out into a release...
Refs: https://github.com/nodejs/node/pull/8040
Refs: https://github.com/nodejs/node/pull/8203
PR-URL: https://github.com/nodejs/node/pull/8225
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'test/sequential/sequential.status')
-rw-r--r-- | test/sequential/sequential.status | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 54f8c4d456..d228c93b45 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -6,11 +6,6 @@ prefix sequential [true] # This section applies to all platforms -# crypto.timingSafeEqual contains a statistical timing test to verify that the -# function is timing-safe. As a result, the test sometimes fails due to random -# timing fluctuations. -test-crypto-timing-safe-equal : PASS,FLAKY - [$system==win32] [$system==linux] |