Add 1024-bit Diffie-Hellman parameters to vconn-ssl.
authorBen Pfaff <blp@nicira.com>
Thu, 27 Mar 2008 21:30:21 +0000 (14:30 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2008 00:50:33 +0000 (17:50 -0700)
commit5f9a684de51d748362b7685c3da9a4c961612103
treec368bb8f830efb3805b472339ab6b22ce2b2b77a
parent5875f5b634a856a94488d27a9801982882546b0f
Add 1024-bit Diffie-Hellman parameters to vconn-ssl.

1024-bit Diffie-Hellman is somewhat weak, but I haven't been able to
figure out how to make OpenSSL use longer Diffie-Hellman keys than that.
If this isn't available, OpenSSL doesn't let connections proceed.

This change should be reverted when we figure out how to make OpenSSL
use longer Diffie-Hellman keys.
lib/Makefile.am
lib/dh1024.pem [new file with mode: 0644]
lib/dhparams.h
lib/vconn-ssl.c