Ben Noordhuis
916b5d1fff
test: merge tls-ext-key-usage into tls-securepair-client
13 years ago
Ben Noordhuis
6cbed959e6
test: fix openssl tests
Don't assume that the libcrypto and libssl that we're linked against is the same
version as the openssl command line tool. This is important because the tool has
a bug in all pre-1.0.0 versions that makes it unusable for these tests.
13 years ago
Ryan Dahl
850609ea2d
Remove separation of libuv tests
13 years ago
Colton Baker
87286cc737
Fixed a lot of jslint errors.
Fixes #1831
13 years ago
Ryan Dahl
4e1d6fca8e
Mark tests which are broken in libuv
13 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Ryan Dahl
8e461673c4
Put a little delay into test-tls-securepair-client.js
Avoids race. openssl s_server is a terrible program.
14 years ago
Ryan Dahl
b5637170b1
Fix openssl version check
14 years ago
Ryan Dahl
7e831bfba1
Disable TLS tests when node doesn't have OpenSSL.
14 years ago
Ryan Dahl
8db0bbe0dc
Add callback to CryptoStream.write
14 years ago
Ryan Dahl
033ab7ebb6
Add 5 sec timeout to test-tls-securepair-client
This test is broken for people who don't have OpenSSL 1.0.0 - but it's just
a bug in OpenSSL. Add this timeout so that it doesn't take super long to run
the tests.
14 years ago
Ryan Dahl
8ef683dead
Rename the securepair test to be prefixed with tls
14 years ago
Ryan Dahl
a473b8dafb
Move getPeerCertificate and getCipher to CryptoStream
14 years ago
Ryan Dahl
137c361517
pair.cleartext, pair.encrypted now instances of tls.CryptoStream
14 years ago
Ryan Dahl
0b0faceb19
Move securepair stuff into tls.js
14 years ago
Oleg Efimov
0ce9cbab29
GJSLint continue
14 years ago
Ryan Dahl
712c74fc7a
test-securepair-client: handle broken stdout packets
14 years ago
Ryan Dahl
85827bde34
Avoid cascading EADDRINUSE test failure
See note in test-securepair-client.js
14 years ago
Ryan Dahl
102b1d999d
Add simple securepair client test
14 years ago