Can someone explain what exactly is accomplished by generation of DH parameters?
I’m setting up a node.js server:
https.createServer({
…
ciphers: ‘ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH’,
honorCipherOrder: true
}, app).listen(443);
This is a able to achieve a… Continue reading Can someone explain what exactly is accomplished by generation of DH parameters?