summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)Author
2019-06-10test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-06test,v8: skip less and stabilize test-linux-perf.jsRefael Ackermann
2019-06-05Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: add comments to the foaf+ssl fixturesAlex Aubuchon
2019-06-05test: change formatting of fixtures/keys/MakefileAlex Aubuchon
2019-06-05test: remove uneeded agent keypair in fixtures/Alex Aubuchon
2019-06-05test: move foafssl certs to fixtures/keys/Alex Aubuchon
2019-06-05test: remove uneeded alice certs in fixtures/Alex Aubuchon
2019-06-05test: remove uneeded certs in fixtures/Alex Aubuchon
2019-06-05test: move dherror.pem to fixtures/keys/Alex Aubuchon
2019-06-05test: remove pass-* certsAlex Aubuchon
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-05test: move spkac certs to fixtures/keys/Alex Aubuchon
2019-06-05test: move x448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move dsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move rsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move x25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-05-28test: switch assertEqual argumentsEvgenii Shchepotev
2019-05-28test: update wpt/encoding to 7287608f90Joyee Cheung
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-24test: update wpt/url to 418f7fabebJoyee Cheung
2019-05-24test: update wpt/resources to e1fddfbf80Joyee Cheung
2019-05-20esm: use correct error argumentscjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-10module: improve resolve paths validationcjihrig
2019-05-09module: handle relative paths in resolve pathscjihrig
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-04-29repl: add autocomplete for filesystem modulesAnto Aravinth
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-17src: allows escaping NODE_OPTIONS with backslashesMaël Nison
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-28test: add test about unencrypted PKCS#8 private key for RSADaiki Ihara
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2019-03-01module: fix stat cacheRuben Bridgewater
2019-02-21test: improve performance of test-crypto-timing-safe-equal-benchmarksRich Trott