| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e302c33 commit 935b977
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,6 +75,9 @@ function testDHE2048() { | |||
| 75 | 75 | ||
| 76 | 76 | testDHE1024(); | |
| 77 | 77 | ||
| 78 | + assert.throws(() => test(512, true, assert.fail), | ||
| 79 | + /DH parameter is less than 1024 bits/); | ||
| 80 | + | ||
| 78 | 81 | process.on('exit', function() { | |
| 79 | 82 | assert.equal(nsuccess, 1); | |
| 80 | 83 | assert.equal(nerror, 1); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments