| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Since we are doing this, can we include Infinity and NaN?
Sorry, something went wrong.
There was a problem hiding this comment.
I added tests for negative infinity and nan. I left out positive infinity because I'm not even sure what it would mean to want keys of infinite size.
Sorry, something went wrong.
There was a problem hiding this comment.
I left out positive infinity because I'm not even sure what it would mean to want keys of infinite size.
Infinite quantum entropy?
Sorry, something went wrong.
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Check that trying to use a < 1024 bits DH key throws an exception. parallel/test-tls-dhe tests this as well but it feels incongruous not to do it here when both tests have similar logic for 1024/2048 bits keys. PR-URL: nodejs#3629 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Check that tls.connect() fails in the expected way when passing in invalid minDHSize options. PR-URL: nodejs#3629 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Check that trying to use a < 1024 bits DH key throws an exception. parallel/test-tls-dhe tests this as well but it feels incongruous not to do it here when both tests have similar logic for 1024/2048 bits keys. PR-URL: #3629 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Check that tls.connect() fails in the expected way when passing in invalid minDHSize options. PR-URL: #3629 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Sorry, something went wrong.
|
@nodejs/lts ... please weigh in on this one... this LGTM for v4.4 |
Sorry, something went wrong.
|
it is worth noting that this relies on a semver major change from #1831 |
Sorry, something went wrong.
|
yeah, this is not for v4.x cause minDHSize is a v5 thing, updating labels |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
CI: https://ci.nodejs.org/job/node-test-pull-request/658/