diff options
author | Shigeki Ohtsu <ohtsu@iij.ad.jp> | 2014-08-27 18:00:13 +0900 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-08-29 00:36:48 +0400 |
commit | 0dfedb7127ac388f66f5ea5d38330c86af6539b5 (patch) | |
tree | 0945fdc64f2bd89c3cf60bf1ec65c59d3c37a3b6 /test/fixtures/keys/dh1024.pem | |
parent | 6e453fad87c51dc15327628aa75886d3fbb3fa1c (diff) | |
download | node-new-0dfedb7127ac388f66f5ea5d38330c86af6539b5.tar.gz |
tls, crypto: add DHE support
In case of an invalid DH parameter file, it is sliently discarded. To
use auto DH parameter in a server and DHE key length check in a
client, we need to wait for the next release of OpenSSL-1.0.2.
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'test/fixtures/keys/dh1024.pem')
-rw-r--r-- | test/fixtures/keys/dh1024.pem | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/keys/dh1024.pem b/test/fixtures/keys/dh1024.pem new file mode 100644 index 0000000000..e5556e0202 --- /dev/null +++ b/test/fixtures/keys/dh1024.pem @@ -0,0 +1,5 @@ +-----BEGIN DH PARAMETERS----- +MIGHAoGBAO2Ij3VgqTKsxLZiK0uW0xWVszBzNbdjgLkriicMcZuUj1fQOSM6CPwv +5kdrRV8kHCK9q8dU1Dpf2dgh3l4fFFLpjIuUmUx3b7Q+GfHZ1UepNxr1NHSJaCl+ +wA0gwSDYhy8xRAsZ3bFVsLfDCuxuzPNC0yjtS5CVqci//vq0NTM7AgEC +-----END DH PARAMETERS----- |