| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b83b4d commit ef21ad2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,6 +30,10 @@ if (common.isPi) { | |||
| 30 | 30 | common.skip('Too slow for Raspberry Pi devices'); | |
| 31 | 31 | } | |
| 32 | 32 | ||
| 33 | + if (!common.hasOpenSSL3) { | ||
| 34 | + common.skip('Too slow when dynamically linked against OpenSSL 1.1.1'); | ||
| 35 | + } | ||
| 36 | + | ||
| 33 | 37 | const assert = require('assert'); | |
| 34 | 38 | const crypto = require('crypto'); | |
| 35 | 39 | ||
@@ -41,6 +45,7 @@ const hashes = { | |||
| 41 | 45 | modp15: '7bdd39e5cdbb9748113933e5c2623b559c534e74', | |
| 42 | 46 | modp16: 'daea5277a7ad0116e734a8e0d2f297ef759d1161', | |
| 43 | 47 | modp17: '3b62aaf0142c2720f0bf26a9589b0432c00eadc1', | |
| 48 | + modp18: 'a870b491bbbec9b131ae9878d07449d32e54f160', | ||
| 44 | 49 | }; | |
| 45 | 50 | ||
| 46 | 51 | for (const name in hashes) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments