coldwaterq / want2hack

GNU General Public License v2.0
3 stars 0 forks source link

make ssl use diffie hellman #39

Open coldwaterq opened 10 years ago

coldwaterq commented 10 years ago

I want the server to use diffie hellman. So far I have figured out how to set the ciphers, the list of options is here. http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT

when I set the options to DH it didn't work, after talking with people it seems to need some parameters somewhere. For now the cipher is set to HIGH, which is the next best option.