diff options
author | not-an-aardvark <not-an-aardvark@users.noreply.github.com> | 2016-08-09 19:14:44 -0400 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-08-19 19:36:05 -0700 |
commit | 0fc5e0dcd9c628b62fc9908daf64bc5db8d503c0 (patch) | |
tree | a6562591cfe5aa7a3dc69e0e8714ccecdcde417d /test/sequential/sequential.status | |
parent | de3d805a4c800dec605560a6ac92bbdd0fc60656 (diff) | |
download | node-new-0fc5e0dcd9c628b62fc9908daf64bc5db8d503c0.tar.gz |
crypto: add crypto.timingSafeEqual
PR-URL: https://github.com/nodejs/node/pull/8040
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Diffstat (limited to 'test/sequential/sequential.status')
-rw-r--r-- | test/sequential/sequential.status | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index d228c93b45..54f8c4d456 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -6,6 +6,11 @@ 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] |