Commit 2042c9a
1 file changed
+1
-1
lines changed- .github/workflows/ci.generate.ts+1-1
- .github/workflows/ci.yml+4-4
- Cargo.lock+9
- Cargo.toml+3
- cli/args/mod.rs+5-6
- cli/factory.rs+1-1
- cli/module_loader.rs+5-1
- cli/standalone/binary.rs+6-1
- ext/node/Cargo.toml+1
- ext/node/lib.rs+3
- ext/node/ops/crypto/mod.rs+43
- ext/node/polyfills/_events.mjs-5
- ext/node/polyfills/_util/std_asserts.ts+9-6
- ext/node/polyfills/assert.ts+19-9
- ext/node/polyfills/assertion_error.ts+3-2
- ext/node/polyfills/internal/crypto/certificate.ts+48-12
- ext/node/polyfills/internal/crypto/keys.ts+7
- ext/node/polyfills/process.ts-3
- libs/crypto/Cargo.toml+16
- libs/crypto/README.md+3
- libs/crypto/ffi.rs+97
- libs/crypto/lib.rs+9
- libs/crypto/spki.rs+188
- tests/node_compat/config.jsonc+6
- tests/node_compat/runner/TODO.md+1-4
- tests/node_compat/test/fixtures/keys/rsa_public.pem+9
- tests/node_compat/test/fixtures/keys/rsa_spkac.spkac+1
- tests/node_compat/test/fixtures/keys/rsa_spkac_invalid.spkac+1
- tests/node_compat/test/parallel/test-assert-builtins-not-read-from-filesystem.js+55
- tests/node_compat/test/parallel/test-assert-checktag.js+81
- tests/node_compat/test/parallel/test-assert.js+3-3
- tests/node_compat/test/parallel/test-crypto-certificate.js+128
- tests/registry/jsr/@denotest/import-meta-resolve/1.0.0/mod.ts+3
- tests/registry/jsr/@denotest/import-meta-resolve/1.0.0_meta.json+5
- tests/registry/jsr/@denotest/import-meta-resolve/meta.json+5
- tests/specs/jsr/import_meta_resolve_non_jsr_url/__test__.jsonc+4
- tests/specs/jsr/import_meta_resolve_non_jsr_url/deno.json+6
- tests/specs/jsr/import_meta_resolve_non_jsr_url/main.out+1
- tests/specs/jsr/import_meta_resolve_non_jsr_url/main.ts+3
0 commit comments