Skip to content

Commit ed86217

Browse files
committed
test: merge test-crypto-dh-hash with modp18 test
This test file was split because it was taking a long time in some versions of OpenSSL 1.1.1, but that is not the case anymore with OpenSSL 3.0, so merge the tests again. Refs: #34631
1 parent b4c2c56 commit ed86217

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

test/pummel/test-crypto-dh-hash-modp18.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

test/pummel/test-crypto-dh-hash.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const hashes = {
4141
modp15: '7bdd39e5cdbb9748113933e5c2623b559c534e74',
4242
modp16: 'daea5277a7ad0116e734a8e0d2f297ef759d1161',
4343
modp17: '3b62aaf0142c2720f0bf26a9589b0432c00eadc1',
44+
modp18: 'a870b491bbbec9b131ae9878d07449d32e54f160',
4445
};
4546

4647
for (const name in hashes) {

0 commit comments

Comments
 (0)