tls: add ECDH ciphers support
authorErik Dubbelboer <erik@dubbelboer.com>
Mon, 14 Oct 2013 14:53:59 +0000 (16:53 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 30 Oct 2013 07:34:47 +0000 (08:34 +0100)
commitbb909ad64285194b3d02322e3fb4b17ff5192c50
treeaa16f2b47556597cf69f7d12459f44c765c394c0
parentd2a600200ee0a4befd49176e8fc981a28bf611c6
tls: add ECDH ciphers support

Switch test fixtures to 1024 bit keys.
28 files changed:
doc/api/tls.markdown
lib/_tls_wrap.js
lib/crypto.js
lib/tls.js
src/node_crypto.cc
src/node_crypto.h
test/fixtures/keys/agent1-cert.pem
test/fixtures/keys/agent1-csr.pem
test/fixtures/keys/agent1-key.pem
test/fixtures/keys/agent2-cert.pem
test/fixtures/keys/agent2-csr.pem
test/fixtures/keys/agent2-key.pem
test/fixtures/keys/agent3-cert.pem
test/fixtures/keys/agent3-csr.pem
test/fixtures/keys/agent3-key.pem
test/fixtures/keys/agent4-cert.pem
test/fixtures/keys/agent4-csr.pem
test/fixtures/keys/agent4-key.pem
test/fixtures/keys/ca1-cert.pem
test/fixtures/keys/ca1-cert.srl
test/fixtures/keys/ca1-key.pem
test/fixtures/keys/ca2-cert.pem
test/fixtures/keys/ca2-cert.srl
test/fixtures/keys/ca2-crl.pem
test/fixtures/keys/ca2-database.txt
test/fixtures/keys/ca2-key.pem
test/simple/test-tls-ecdh-disable.js [new file with mode: 0644]
test/simple/test-tls-ecdh.js [new file with mode: 0644]