node/test
P.S.V.R 00bffa6c75 crypto: check for OpenSSL errors when signing
Errors might be injected into OpenSSL's error stack
without the return value of `PEM_read_bio_PrivateKey` being set to
`nullptr`. See the test of `test_bad_rsa_privkey.pem` for an
example.

PR-URL: https://github.com/nodejs/node/pull/2342
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-08-17 21:38:12 -07:00
..
addons deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
cctest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
debugger debugger: improve ESRCH error message 2015-06-05 05:54:19 +02:00
disabled test: fix messages and use return to skip tests 2015-08-03 21:32:48 +05:30
fixtures crypto: check for OpenSSL errors when signing 2015-08-17 21:38:12 -07:00
gc test: enable linting for tests 2015-05-19 21:21:27 +02:00
internet test: clarify dropMembership() call 2015-08-09 13:23:37 -07:00
message deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
parallel crypto: check for OpenSSL errors when signing 2015-08-17 21:38:12 -07:00
pummel test: remove two obsolete pummel tests 2015-08-04 11:56:15 -07:00
sequential test: correct spelling of 'childProcess' 2015-08-17 20:55:19 +02:00
testpy test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
timers test: enable linting for tests 2015-05-19 21:21:27 +02:00
.eslintrc tools: enable/add additional eslint rules 2015-06-11 20:27:35 +02:00
common.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30