Uh oh!
There was an error while loading. Please reload this page.
test: Skip weak crypto tests in FIPS mode - #3757
Conversation
5e91045 to
f42f961Compareshigeki
commented
Nov 13, 2015
@stefanmb I've just updated test-tls-honorcipherorder.js so as to work on only TLS1.2 ciphers to change DES-CBC-SHA => AES256-SHA256 Please refer the whole tests at https://gist.github.com/shigeki/f523f894f6d739f59364 All the symmetric cipher is AES so it looks very hard to distinguish them at a glance but it does not matter to test and check the cipher selection. |
f8ea05f to
e6b1468Comparestefanmb
commented
Nov 13, 2015
Thank you! I've included those changes as an additional commit in this PR. |
There was a problem hiding this comment.
Style, please move get: on a next line and indent everything properly.
There was a problem hiding this comment.
Sure, I'll change the line above it too as mine is an exact copy of the existing hasCrypto above it.
e09ee04 to
af09eb8Comparestefanmb
commented
Nov 13, 2015
@indutny Style (and formatting) issues fixed. Thanks! |
jasnell
commented
Nov 16, 2015
@stefanmb ... ok, quite a few CI failures on multiple platforms. The failures look relevant. |
Modified tests to work in FIPS and non-FIPS mode using TLS1.2 crypto.
dd5ae5a to
cc835adComparestefanmb
commented
Nov 16, 2015
@jasnell Oops, there was a typo in one of the tests - I fixed it. Let's try another run. |
jasnell
commented
Nov 16, 2015
stefanmb
commented
Nov 16, 2015
@jasnell I see two unrelated failures. |
jasnell
commented
Nov 16, 2015
LGTM |
indutny
commented
Nov 16, 2015
LGTM |
mhdawson
commented
Nov 19, 2015
Going to land CI run here: https://ci.nodejs.org/job/node-test-pull-request/787/ |
mhdawson
commented
Nov 19, 2015
No relevant failures, a couple of centos machines had machine related issues and a failure on windows I'm pretty sure I've seen before |
jasnell
commented
Nov 19, 2015
+1. let's land it! |
FIPS 140-2 does not permit the use of MD5 and RC4, skip or tests that use them, or substitute with stronger crypto where applicable. PR-URL: #3757 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
mhdawson
commented
Nov 19, 2015
Landed as e499ea8 |
FIPS 140-2 does not permit the use of MD5 and RC4, skip or tests that use them, or substitute with stronger crypto where applicable. PR-URL: #3757 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
FIPS 140-2 does not permit the use of MD5 and RC4, skip or tests that use them, or substitute with stronger crypto where applicable. PR-URL: #3757 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
FIPS 140-2 does not permit the use of MD5 and RC4, skip or tests that use them, or substitute with stronger crypto where applicable. PR-URL: #3757 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
FIPS 140-2 does not permit the use of MD5 and RC4, skip or tests that use them, or substitute with stronger crypto where applicable. PR-URL: #3757 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
FIPS 140-2 does not permit the use of MD5 and RC4, skip or tests that use them, or substitute with stronger crypto where applicable. PR-URL: #3757 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James Snell <jasnell@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
FIPS 140-2 does not permit the use of MD5 and RC4, skip tests that use them in FIPS mode, or substitute with stronger crypto where applicable.