node/test/fixtures
Shigeki Ohtsu 3beb880716 crypto: add cert check to CNNIC Whitelist
When client connect to the server with certification issued by either
CNNIC Root CA or CNNIC EV Root CA, check hash of server
certification in the list of CNNICHashWhitelist.inc. If it's not,
CERT_REVOKED error returns.

See for details in
https://blog.mozilla.org/security/2015/04/02/distrusting-new-cnnic-certificates/

PR-URL: https://github.com/nodejs/io.js/pull/1895
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-06-16 23:26:29 +09:00
..
b Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
break-in-module Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
clustered-server test: common.js -> common 2015-02-22 19:34:17 -08:00
cycles Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
empty Don't attempt to load a directory. 2010-08-04 15:55:47 -07:00
global Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
internal-modules iojs: introduce internal modules 2015-03-25 22:12:18 +03:00
json-with-directory-name-module Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
keys crypto: add cert check to CNNIC Whitelist 2015-06-16 23:26:29 +09:00
module-load-order Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
module-require module: allow require('.') 2015-03-20 18:17:25 +01:00
nested-index Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
node_modules Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
packages Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
readdir Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
require-bin module: fix regression in require ../ 2014-12-11 10:18:00 +01:00
test-init-index Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-init-native Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
uncaught-exceptions src: break on uncaught exception 2013-06-26 19:54:31 +02:00
a.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
a1.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
agent.crt Add failing test for TLS server 2010-11-19 13:28:13 -08:00
agent.key Add failing test for TLS server 2010-11-19 13:28:13 -08:00
alice.crt tls: x509 certificate subject parsing fail 2011-08-31 03:47:23 +09:00
breakpoints.js debugger: support mirroring Date objects 2012-05-02 15:48:23 +07:00
breakpoints_utf8.js test: Fix debugger repl tests 2013-02-26 16:49:17 -08:00
catch-stdout-error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
cert.pem
child-process-message-and-exit.js child process: fix processes with IPC channel don't emit 'close' 2012-08-30 16:13:27 +02:00
child-process-persistent.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
child-process-spawn-node.js child_process: make .fork()'d child auto-exit 2012-09-22 03:48:59 +02:00
child_process_should_emit_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
cluster-preload-test.js src: setup cluster workers before preloading 2015-04-04 00:53:45 +02:00
cluster-preload.js src: fix module search path for preload modules 2015-05-30 10:36:09 -04:00
create-file.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
debug-target.js debugger: fix --debug-brk 2012-09-18 10:56:37 +04:00
deprecated.js test: add deprecation fixture 2012-06-21 14:47:25 -07:00
destroy-stdin.js test: new test, verify that we don't close and reuse fd 0 2011-12-06 22:02:26 +01:00
dherror.pem tls, crypto: add DHE support 2014-08-29 00:36:48 +04:00
echo-close-check.js win,test: fix test-stdin-from-file 2015-03-05 15:30:52 +01:00
echo.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
elipses.txt
empty.js test: add --debug-brk regression test 2012-02-07 23:42:38 +01:00
empty.txt
exit.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
fixture.ini
foafssl.crt added test case for foaf+ssl client certificate 2011-09-03 00:49:37 +09:00
foafssl.key added test case for foaf+ssl client certificate 2011-09-03 00:49:37 +09:00
foo Support including modules that don't have an extension. 2010-07-20 10:26:24 -07:00
GH-892-request.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
GH-1899-output.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
invalid.json module: add filename to require() json errors 2012-07-06 15:26:41 -07:00
listen-on-socket-and-exit.js test: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
module-loading-error.node process: show detailed error message in process.dlopen() 2012-03-06 01:34:39 +01:00
msca.pem
multi-alice.crt tls: parsing multiple values of a key in ssl certificate 2012-03-10 23:43:16 +09:00
net-fd-passing-receiver.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
not-main-module.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
parent-process-nonpersistent.js child_process: fix test implementation for options.detached 2012-06-11 10:27:51 -07:00
pass-cert.pem test: update an expired certificate 2011-11-27 02:05:24 +09:00
pass-csr.pem tls, https: add passphrase option 2011-10-31 17:36:43 +09:00
pass-key.pem tls, https: add passphrase option 2011-10-31 17:36:43 +09:00
path.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
person.jpg Fix HTTP agent disconnection problem 2011-03-14 14:47:41 -07:00
person.jpg.gz Fix #1882 zlib Update 'availOutBefore' value, and test 2011-10-13 16:47:51 -07:00
print-10-lines.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
print-chars-from-buffer.js test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
print-chars.js test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
printA.js src: add -r/--require flags for preloading modules 2015-03-19 21:42:16 +11:00
printB.js src: add -r/--require flags for preloading modules 2015-03-19 21:42:16 +11:00
printC.js src: add -r/--require flags for preloading modules 2015-03-19 21:42:16 +11:00
recvfd.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
registerExt.hello.world Don't try to run extension loaders unless they're actually functions 2010-09-22 10:13:25 -07:00
registerExt.test
registerExt2.test
sample.png added test for Issue #214 2010-07-19 10:16:31 -07:00
semicolon.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
should_exit.js test: fix timing issue in signal test 2015-03-23 00:55:34 +01:00
spkac.fail crypto: add SPKAC support 2013-10-16 09:43:19 -07:00
spkac.pem crypto: add SPKAC support 2013-10-16 09:43:19 -07:00
spkac.valid crypto: add SPKAC support 2013-10-16 09:43:19 -07:00
stdio-filter.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-fs-readfile-error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-regress-GH-4015.js fs: don't segfault on deeply recursive stat() 2012-09-14 02:37:51 +02:00
test_ca.pem
test_cert.pem
test_cert.pfx crypto: add PKCS12/PFX support 2012-05-14 17:12:59 +02:00
test_dsa_params.pem test: add DSA sign/verify crypto tests 2011-11-22 16:01:07 +01:00
test_dsa_privkey.pem test: add DSA sign/verify crypto tests 2011-11-22 16:01:07 +01:00
test_dsa_privkey_encrypted.pem src: accept passphrase when crypto signing with private key 2013-10-29 14:19:47 +04:00
test_dsa_pubkey.pem test: add DSA sign/verify crypto tests 2011-11-22 16:01:07 +01:00
test_key.pem
test_rsa_privkey.pem Support for signature verification with RSA/DSA public keys 2011-06-14 12:50:00 +02:00
test_rsa_privkey_2.pem crypto: add support for RSA public key signing/verification 2011-11-17 23:01:39 +01:00
test_rsa_privkey_encrypted.pem src: accept passphrase when crypto signing with private key 2013-10-29 14:19:47 +04:00
test_rsa_pubkey.pem Support for signature verification with RSA/DSA public keys 2011-06-14 12:50:00 +02:00
test_rsa_pubkey_2.pem crypto: add support for RSA public key signing/verification 2011-11-17 23:01:39 +01:00
throws_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error1.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error2.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error3.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error4.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
tls-session-ticket.txt tls: expose SSL_CTX_set_timeout via tls.createServer 2013-03-26 01:37:49 +01:00
utf8-bom.js module: strip byte order marker when loading *.js and *.json files 2011-08-04 16:52:55 +02:00
utf8-bom.json module: strip byte order marker when loading *.js and *.json files 2011-08-04 16:52:55 +02:00
vm-run-in-debug-context.js vm: fix crash on fatal error in debug context 2015-03-22 20:07:49 +01:00
x.txt
x1024.txt test: fixture for streams2 testing 2012-12-13 17:00:28 -08:00