@virtru/dsp-sdk 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/README.md +81 -3
- package/dist/src/fips.d.ts +7 -0
- package/dist/src/fips.js +12 -0
- package/dist/src/lib/dsp.d.ts +17 -1
- package/dist/src/lib/dsp.js +28 -5
- package/package.json +23 -2
- package/.prettierrc +0 -3
- package/.rush/temp/chunked-rush-logs/dsp-sdk._phase_build.chunks.jsonl +0 -12
- package/.rush/temp/chunked-rush-logs/dsp-sdk._phase_test.chunks.jsonl +0 -383
- package/.rush/temp/package-deps__phase_build.json +0 -76
- package/.rush/temp/shrinkwrap-deps.json +0 -1262
- package/CHANGELOG.json +0 -299
- package/buf.gen.yaml +0 -17
- package/buf.yaml +0 -4
- package/config/jest.config.json +0 -6
- package/config/rig.json +0 -8
- package/dist/tests/dsp-client.test.d.ts +0 -1
- package/dist/tests/dsp-client.test.js +0 -73
- package/dist/tests/dsp.test.d.ts +0 -1
- package/dist/tests/dsp.test.js +0 -92
- package/dist/tests/fips-crypto.unit.test.d.ts +0 -1
- package/dist/tests/fips-crypto.unit.test.js +0 -258
- package/dist/tests/mocks/create-export-artifacts.d.ts +0 -2
- package/dist/tests/mocks/create-export-artifacts.js +0 -13
- package/dist/tests/mocks/tagging-pdp-tag.d.ts +0 -2
- package/dist/tests/mocks/tagging-pdp-tag.js +0 -11
- package/dist/tests/mocks/well-known-configuration.d.ts +0 -2
- package/dist/tests/mocks/well-known-configuration.js +0 -12
- package/dist/tests/setup-msw.d.ts +0 -9
- package/dist/tests/setup-msw.js +0 -30
- package/dist/tests/setup-unit.d.ts +0 -7
- package/dist/tests/setup-unit.js +0 -70
- package/eslint.config.mjs +0 -28
- package/lib-commonjs/src/gen/buf/validate/validate_pb.js +0 -487
- package/lib-commonjs/src/gen/config/v1/config_pb.js +0 -142
- package/lib-commonjs/src/gen/config/v1/kas_config_pb.js +0 -72
- package/lib-commonjs/src/gen/config/v1/meta_pb.js +0 -36
- package/lib-commonjs/src/gen/config/v1/outlook_config_pb.js +0 -67
- package/lib-commonjs/src/gen/config/v1/secureviewer_config_pb.js +0 -67
- package/lib-commonjs/src/gen/config/v1/tagging_pb.js +0 -246
- package/lib-commonjs/src/gen/google/api/annotations_pb.js +0 -33
- package/lib-commonjs/src/gen/google/api/http_pb.js +0 -44
- package/lib-commonjs/src/gen/policyimportexport/v1/policy_import_export_pb.js +0 -93
- package/lib-commonjs/src/gen/shared/v1/shared_pb.js +0 -95
- package/lib-commonjs/src/gen/tagging/pdp/v2/tagging_pb.js +0 -277
- package/lib-commonjs/src/gen/version/v1/version_pb.js +0 -40
- package/lib-commonjs/src/gen/virtru/common/common_pb.js +0 -76
- package/lib-commonjs/src/gen/virtru/policy/certificates/v1/certificates_pb.js +0 -77
- package/lib-commonjs/src/gen/virtru/policy/objects_pb.js +0 -143
- package/lib-commonjs/src/index.js +0 -48
- package/lib-commonjs/src/lib/client.js +0 -66
- package/lib-commonjs/src/lib/consts.js +0 -10
- package/lib-commonjs/src/lib/dsp.js +0 -49
- package/lib-commonjs/src/lib/fips-crypto/asymmetric.js +0 -126
- package/lib-commonjs/src/lib/fips-crypto/key-format.js +0 -243
- package/lib-commonjs/src/lib/fips-crypto/keys.js +0 -134
- package/lib-commonjs/src/lib/fips-crypto/primitives.js +0 -112
- package/lib-commonjs/src/lib/fips-crypto/symmetric.js +0 -162
- package/lib-commonjs/src/lib/fips-crypto-service.js +0 -57
- package/lib-commonjs/src/lib/utils.js +0 -401
- package/lib-commonjs/tests/dsp-client.test.js +0 -75
- package/lib-commonjs/tests/dsp.test.js +0 -94
- package/lib-commonjs/tests/fips-crypto.unit.test.js +0 -260
- package/lib-commonjs/tests/mocks/create-export-artifacts.js +0 -17
- package/lib-commonjs/tests/mocks/tagging-pdp-tag.js +0 -15
- package/lib-commonjs/tests/mocks/well-known-configuration.js +0 -16
- package/lib-commonjs/tests/setup-msw.js +0 -33
- package/lib-commonjs/tests/setup-unit.js +0 -72
- package/public/virtru.wasm +0 -0
- package/src/gen/buf/validate/validate_pb.ts +0 -4879
- package/src/gen/config/formatters/testdata/v1/test_pb.ts +0 -287
- package/src/gen/config/v1/config_connect.ts +0 -111
- package/src/gen/config/v1/config_pb.ts +0 -439
- package/src/gen/config/v1/kas_config_pb.ts +0 -183
- package/src/gen/config/v1/meta_pb.ts +0 -72
- package/src/gen/config/v1/outlook_config_pb.ts +0 -242
- package/src/gen/config/v1/secureviewer_config_pb.ts +0 -161
- package/src/gen/config/v1/tagging_pb.ts +0 -456
- package/src/gen/google/api/annotations_pb.ts +0 -43
- package/src/gen/google/api/http_pb.ts +0 -486
- package/src/gen/helloworld/v1/helloworld_connect.ts +0 -49
- package/src/gen/helloworld/v1/helloworld_pb.ts +0 -104
- package/src/gen/kas/nanotdf/v1/nanotdf_rewrap_connect.ts +0 -39
- package/src/gen/kas/nanotdf/v1/nanotdf_rewrap_pb.ts +0 -207
- package/src/gen/policyimportexport/v1/policy_import_export_connect.ts +0 -56
- package/src/gen/policyimportexport/v1/policy_import_export_pb.ts +0 -332
- package/src/gen/shared/v1/shared_connect.ts +0 -61
- package/src/gen/shared/v1/shared_pb.ts +0 -240
- package/src/gen/shared/v2/shared_connect.ts +0 -39
- package/src/gen/shared/v2/shared_pb.ts +0 -122
- package/src/gen/tagging/pdp/v2/externalprocessors/processor_connect.ts +0 -156
- package/src/gen/tagging/pdp/v2/externalprocessors/processor_pb.ts +0 -709
- package/src/gen/tagging/pdp/v2/stanag/stanag_pb.ts +0 -953
- package/src/gen/tagging/pdp/v2/tagging_connect.ts +0 -73
- package/src/gen/tagging/pdp/v2/tagging_pb.ts +0 -1064
- package/src/gen/version/v1/version_connect.ts +0 -31
- package/src/gen/version/v1/version_pb.ts +0 -143
- package/src/gen/virtru/common/common_pb.ts +0 -201
- package/src/gen/virtru/policy/certificates/v1/certificates_connect.ts +0 -44
- package/src/gen/virtru/policy/certificates/v1/certificates_pb.ts +0 -305
- package/src/gen/virtru/policy/objects_pb.ts +0 -253
- package/src/gen/web-admin/v1/config_connect.ts +0 -52
- package/src/gen/web-admin/v1/config_pb.ts +0 -173
- package/src/index.ts +0 -62
- package/src/lib/client.ts +0 -90
- package/src/lib/consts.ts +0 -8
- package/src/lib/dsp.ts +0 -65
- package/src/lib/fips-crypto/asymmetric.ts +0 -162
- package/src/lib/fips-crypto/key-format.ts +0 -287
- package/src/lib/fips-crypto/keys.ts +0 -190
- package/src/lib/fips-crypto/primitives.ts +0 -197
- package/src/lib/fips-crypto/symmetric.ts +0 -213
- package/src/lib/fips-crypto-service.ts +0 -58
- package/src/lib/utils.test.ts +0 -415
- package/src/lib/utils.ts +0 -525
- package/src/vite-env.d.ts +0 -7
- package/temp/build/lint/_eslint-5eVG3S6w.json +0 -38
- package/temp/test/jest/haste-map-b055a9550e6d9f9b43d8ad29b1607278-49d19aee56a0732eca9c014a51272338-8710993d07b75a801b0956e67ffc46fa +0 -0
- package/tests/dsp-client.test.ts +0 -95
- package/tests/dsp.test.ts +0 -119
- package/tests/fips-crypto.unit.test.ts +0 -412
- package/tests/mocks/create-export-artifacts.ts +0 -16
- package/tests/mocks/tagging-pdp-tag.ts +0 -13
- package/tests/mocks/well-known-configuration.ts +0 -15
- package/tests/setup-msw.ts +0 -35
- package/tests/setup-unit.ts +0 -108
- package/tsconfig.json +0 -32
- package/update-protos.sh +0 -63
- package/vitest.config.ts +0 -48
|
@@ -1,383 +0,0 @@
|
|
|
1
|
-
{"kind":"O","text":"Invoking: npm run build-fips-crypto && npm run copy-wasm && npm run test:unit && heft test --production\n"}
|
|
2
|
-
{"kind":"O","text":"\n"}
|
|
3
|
-
{"kind":"O","text":"> @virtru/dsp-sdk@0.4.1 build-fips-crypto\n"}
|
|
4
|
-
{"kind":"O","text":"> npm run build --prefix ../fips-crypto-js\n"}
|
|
5
|
-
{"kind":"O","text":"\n"}
|
|
6
|
-
{"kind":"O","text":"\n"}
|
|
7
|
-
{"kind":"O","text":"> @virtru-private/fips-crypto-js@0.3.0 build\n"}
|
|
8
|
-
{"kind":"O","text":"> rushx build:vite\n"}
|
|
9
|
-
{"kind":"O","text":"\n"}
|
|
10
|
-
{"kind":"O","text":"Found configuration in /home/runner/_work/js-lib-monorepo/js-lib-monorepo/rush.json\n"}
|
|
11
|
-
{"kind":"O","text":"\n"}
|
|
12
|
-
{"kind":"O","text":"\u001b[1mRush Multi-Project Build Tool 5.160.1\u001b[33m\u001b[39m\u001b[22m - Node.js 22.20.0 (LTS)\n"}
|
|
13
|
-
{"kind":"O","text":"> \"vite build --config vite.config.mjs\"\n"}
|
|
14
|
-
{"kind":"O","text":"\n"}
|
|
15
|
-
{"kind":"O","text":"\u001b[36mvite v5.4.21 \u001b[32mbuilding for production...\u001b[36m\u001b[39m\n"}
|
|
16
|
-
{"kind":"O","text":"transforming...\n"}
|
|
17
|
-
{"kind":"O","text":"\u001b[32m✓\u001b[39m 19 modules transformed.\n"}
|
|
18
|
-
{"kind":"O","text":"rendering chunks...\n"}
|
|
19
|
-
{"kind":"O","text":"computing gzip size...\n"}
|
|
20
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.cjs.js \u001b[39m\u001b[1m\u001b[2m38.83 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.26 kB\u001b[22m\n"}
|
|
21
|
-
{"kind":"O","text":"\u001b[36m[vite-plugin-static-copy]\u001b[39m \u001b[32mCopied 2 items.\u001b[39m\n"}
|
|
22
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.es.js \u001b[39m\u001b[1m\u001b[2m38.71 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.22 kB\u001b[22m\n"}
|
|
23
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.umd.js \u001b[39m\u001b[1m\u001b[2m41.31 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.44 kB\u001b[22m\n"}
|
|
24
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.iife.js \u001b[39m\u001b[1m\u001b[2m41.03 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.35 kB\u001b[22m\n"}
|
|
25
|
-
{"kind":"O","text":"\u001b[32m✓ built in 1.01s\u001b[39m\n"}
|
|
26
|
-
{"kind":"O","text":"\n"}
|
|
27
|
-
{"kind":"O","text":"> @virtru/dsp-sdk@0.4.1 copy-wasm\n"}
|
|
28
|
-
{"kind":"O","text":"> mkdir -p public && cp ../fips-crypto-js/src/utils/virtru.wasm public/virtru.wasm\n"}
|
|
29
|
-
{"kind":"O","text":"\n"}
|
|
30
|
-
{"kind":"O","text":"\n"}
|
|
31
|
-
{"kind":"O","text":"> @virtru/dsp-sdk@0.4.1 test:unit\n"}
|
|
32
|
-
{"kind":"O","text":"> npm run build-fips-crypto && npm run copy-wasm && npx vitest --run --config vitest.config.ts\n"}
|
|
33
|
-
{"kind":"O","text":"\n"}
|
|
34
|
-
{"kind":"O","text":"\n"}
|
|
35
|
-
{"kind":"O","text":"> @virtru/dsp-sdk@0.4.1 build-fips-crypto\n"}
|
|
36
|
-
{"kind":"O","text":"> npm run build --prefix ../fips-crypto-js\n"}
|
|
37
|
-
{"kind":"O","text":"\n"}
|
|
38
|
-
{"kind":"O","text":"\n"}
|
|
39
|
-
{"kind":"O","text":"> @virtru-private/fips-crypto-js@0.3.0 build\n"}
|
|
40
|
-
{"kind":"O","text":"> rushx build:vite\n"}
|
|
41
|
-
{"kind":"O","text":"\n"}
|
|
42
|
-
{"kind":"O","text":"Found configuration in /home/runner/_work/js-lib-monorepo/js-lib-monorepo/rush.json\n"}
|
|
43
|
-
{"kind":"O","text":"\n"}
|
|
44
|
-
{"kind":"O","text":"\u001b[1mRush Multi-Project Build Tool 5.160.1\u001b[33m\u001b[39m\u001b[22m - Node.js 22.20.0 (LTS)\n"}
|
|
45
|
-
{"kind":"O","text":"> \"vite build --config vite.config.mjs\"\n"}
|
|
46
|
-
{"kind":"O","text":"\n"}
|
|
47
|
-
{"kind":"O","text":"\u001b[36mvite v5.4.21 \u001b[32mbuilding for production...\u001b[36m\u001b[39m\n"}
|
|
48
|
-
{"kind":"O","text":"transforming...\n"}
|
|
49
|
-
{"kind":"O","text":"\u001b[32m✓\u001b[39m 19 modules transformed.\n"}
|
|
50
|
-
{"kind":"O","text":"rendering chunks...\n"}
|
|
51
|
-
{"kind":"O","text":"computing gzip size...\n"}
|
|
52
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.cjs.js \u001b[39m\u001b[1m\u001b[2m38.83 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.26 kB\u001b[22m\n"}
|
|
53
|
-
{"kind":"O","text":"\u001b[36m[vite-plugin-static-copy]\u001b[39m \u001b[32mCopied 2 items.\u001b[39m\n"}
|
|
54
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.es.js \u001b[39m\u001b[1m\u001b[2m38.71 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.22 kB\u001b[22m\n"}
|
|
55
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.umd.js \u001b[39m\u001b[1m\u001b[2m41.31 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.44 kB\u001b[22m\n"}
|
|
56
|
-
{"kind":"O","text":"\u001b[2mdist/\u001b[22m\u001b[36mindex.iife.js \u001b[39m\u001b[1m\u001b[2m41.03 kB\u001b[22m\u001b[1m\u001b[22m\u001b[2m │ gzip: 7.35 kB\u001b[22m\n"}
|
|
57
|
-
{"kind":"O","text":"\u001b[32m✓ built in 889ms\u001b[39m\n"}
|
|
58
|
-
{"kind":"O","text":"\n"}
|
|
59
|
-
{"kind":"O","text":"> @virtru/dsp-sdk@0.4.1 copy-wasm\n"}
|
|
60
|
-
{"kind":"O","text":"> mkdir -p public && cp ../fips-crypto-js/src/utils/virtru.wasm public/virtru.wasm\n"}
|
|
61
|
-
{"kind":"O","text":"\n"}
|
|
62
|
-
{"kind":"E","text":"\u001b[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.\u001b[39m\n"}
|
|
63
|
-
{"kind":"O","text":"\n"}
|
|
64
|
-
{"kind":"O","text":"\u001b[1m\u001b[46m RUN \u001b[49m\u001b[22m \u001b[36mv3.1.4 \u001b[39m\u001b[90m/home/runner/_work/js-lib-monorepo/js-lib-monorepo/libraries/dsp-sdk\u001b[39m\n"}
|
|
65
|
-
{"kind":"O","text":"\n"}
|
|
66
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\n"}
|
|
67
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mfips-crypto-js -> Loading VirtruCrypto.wasm...\n"}
|
|
68
|
-
{"kind":"O","text":"\n"}
|
|
69
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\n"}
|
|
70
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mWASM bytes: ArrayBuffer {\n"}
|
|
71
|
-
{"kind":"O","text":" \u001b[36m[Uint8Contents]\u001b[39m: <00 61 73 6d 01 00 00 00 01 8e 02 24 60 03 7f 7f 7f 01 7f 60 01 7f 01 7f 60 02 7f 7f 01 7f 60 01 7f 00 60 04 7f 7f 7f 7f 01 7f 60 00 01 7f 60 05 7f 7f 7f 7f 7f 01 7f 60 03 7f 7f 7f 00 60 02 7f 7f 00 60 00 00 60 06 7f 7f 7f 7f 7f 7f 01 7f 60 05 7f 7f 7f 7f 7f 00 60 06 7f 7f 7f 7f 7f 7f 00 60 07 7f 7f ... 478940 more bytes>,\n"}
|
|
72
|
-
{"kind":"O","text":" byteLength: \u001b[33m479040\u001b[39m\n"}
|
|
73
|
-
{"kind":"O","text":"}\n"}
|
|
74
|
-
{"kind":"O","text":"Initializing Virtru Crypto -V1.2.0\n"}
|
|
75
|
-
{"kind":"O","text":"Keystore ready\n"}
|
|
76
|
-
{"kind":"O","text":"Initializing Virtru Crypto, IC: 1 ST: 1\n"}
|
|
77
|
-
{"kind":"O","text":"Crypto Library init = 1\n"}
|
|
78
|
-
{"kind":"O","text":"Checking if library is valid and initialized: 1\n"}
|
|
79
|
-
{"kind":"O","text":"\n"}
|
|
80
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\n"}
|
|
81
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x7\n"}
|
|
82
|
-
{"kind":"O","text":"Key added to Keystore slot: 1\n"}
|
|
83
|
-
{"kind":"O","text":"\n"}
|
|
84
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould sign and verify with RS256\n"}
|
|
85
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
86
|
-
{"kind":"O","text":"\n"}
|
|
87
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould sign and verify with RS256\n"}
|
|
88
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming signature\n"}
|
|
89
|
-
{"kind":"O","text":"Signature result size : 256\n"}
|
|
90
|
-
{"kind":"O","text":"\n"}
|
|
91
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould sign and verify with RS256\n"}
|
|
92
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
93
|
-
{"kind":"O","text":"\n"}
|
|
94
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould sign and verify with RS256\n"}
|
|
95
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming verification\n"}
|
|
96
|
-
{"kind":"O","text":"\n"}
|
|
97
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould reject tampered data\n"}
|
|
98
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
99
|
-
{"kind":"O","text":"\n"}
|
|
100
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould reject tampered data\n"}
|
|
101
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming signature\n"}
|
|
102
|
-
{"kind":"O","text":"Signature result size : 256\n"}
|
|
103
|
-
{"kind":"O","text":"\n"}
|
|
104
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould reject tampered data\n"}
|
|
105
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
106
|
-
{"kind":"O","text":"\n"}
|
|
107
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mshould reject tampered data\n"}
|
|
108
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming verification\n"}
|
|
109
|
-
{"kind":"O","text":"SSL error : error:04000069:RSA routines:OPENSSL_internal:BAD_SIGNATURE\n"}
|
|
110
|
-
{"kind":"O","text":"\n"}
|
|
111
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mencryption key pair (RSA-OAEP) should not be usable for signing\n"}
|
|
112
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x19\n"}
|
|
113
|
-
{"kind":"O","text":"Key added to Keystore slot: 2\n"}
|
|
114
|
-
{"kind":"O","text":"\n"}
|
|
115
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mencryption key pair (RSA-OAEP) should not be usable for signing\n"}
|
|
116
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
117
|
-
{"kind":"O","text":"\n"}
|
|
118
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\u001b[2m > \u001b[22m\u001b[2mencryption key pair (RSA-OAEP) should not be usable for signing\n"}
|
|
119
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 2\n"}
|
|
120
|
-
{"kind":"O","text":"Key 2 removed from Keystore\n"}
|
|
121
|
-
{"kind":"O","text":"Releasing key: 2\n"}
|
|
122
|
-
{"kind":"O","text":"Key 2 removed from Keystore\n"}
|
|
123
|
-
{"kind":"O","text":"\n"}
|
|
124
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msign and verify (asymmetric)\n"}
|
|
125
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 1\n"}
|
|
126
|
-
{"kind":"O","text":"Key 1 removed from Keystore\n"}
|
|
127
|
-
{"kind":"O","text":"\n"}
|
|
128
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould compute and verify HMAC-SHA256\n"}
|
|
129
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mImporting 256 bit key, flags: 0x1f\n"}
|
|
130
|
-
{"kind":"O","text":"Key added to Keystore slot: 1\n"}
|
|
131
|
-
{"kind":"O","text":"\n"}
|
|
132
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould compute and verify HMAC-SHA256\n"}
|
|
133
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming hmac, key: 1\n"}
|
|
134
|
-
{"kind":"O","text":"\n"}
|
|
135
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould compute and verify HMAC-SHA256\n"}
|
|
136
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming hmac, key: 1\n"}
|
|
137
|
-
{"kind":"O","text":"\n"}
|
|
138
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject invalid signature\n"}
|
|
139
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
140
|
-
{"kind":"O","text":"Key added to Keystore slot: 2\n"}
|
|
141
|
-
{"kind":"O","text":"\n"}
|
|
142
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject invalid signature\n"}
|
|
143
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming hmac, key: 2\n"}
|
|
144
|
-
{"kind":"O","text":"\n"}
|
|
145
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject invalid signature\n"}
|
|
146
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming hmac, key: 2\n"}
|
|
147
|
-
{"kind":"O","text":"\n"}
|
|
148
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject signature with wrong key\n"}
|
|
149
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mImporting 256 bit key, flags: 0x1f\n"}
|
|
150
|
-
{"kind":"O","text":"Key added to Keystore slot: 3\n"}
|
|
151
|
-
{"kind":"O","text":"\n"}
|
|
152
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject signature with wrong key\n"}
|
|
153
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mImporting 256 bit key, flags: 0x1f\n"}
|
|
154
|
-
{"kind":"O","text":"Key added to Keystore slot: 4\n"}
|
|
155
|
-
{"kind":"O","text":"\n"}
|
|
156
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject signature with wrong key\n"}
|
|
157
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming hmac, key: 3\n"}
|
|
158
|
-
{"kind":"O","text":"\n"}
|
|
159
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mhmac and verifyHmac\u001b[2m > \u001b[22m\u001b[2mshould reject signature with wrong key\n"}
|
|
160
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming hmac, key: 4\n"}
|
|
161
|
-
{"kind":"O","text":"\n"}
|
|
162
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mdigest\u001b[2m > \u001b[22m\u001b[2mshould compute SHA-256 hash\n"}
|
|
163
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
164
|
-
{"kind":"O","text":"\n"}
|
|
165
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mdigest\u001b[2m > \u001b[22m\u001b[2mshould produce consistent hashes\n"}
|
|
166
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
167
|
-
{"kind":"O","text":"\n"}
|
|
168
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mdigest\u001b[2m > \u001b[22m\u001b[2mshould produce consistent hashes\n"}
|
|
169
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mPerforming digest\n"}
|
|
170
|
-
{"kind":"O","text":"\n"}
|
|
171
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyPem\n"}
|
|
172
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x19\n"}
|
|
173
|
-
{"kind":"O","text":"Key added to Keystore slot: 5\n"}
|
|
174
|
-
{"kind":"O","text":"\n"}
|
|
175
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyPem\u001b[2m > \u001b[22m\u001b[2mshould export generated public key to PEM\n"}
|
|
176
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mExporting RSA key: 5, private: 0\n"}
|
|
177
|
-
{"kind":"O","text":"Exported size: 270\n"}
|
|
178
|
-
{"kind":"O","text":"\n"}
|
|
179
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyPem\n"}
|
|
180
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 5\n"}
|
|
181
|
-
{"kind":"O","text":"Key 5 removed from Keystore\n"}
|
|
182
|
-
{"kind":"O","text":"\n"}
|
|
183
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPublicKey\n"}
|
|
184
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x19\n"}
|
|
185
|
-
{"kind":"O","text":"Key added to Keystore slot: 5\n"}
|
|
186
|
-
{"kind":"O","text":"\n"}
|
|
187
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPublicKey\n"}
|
|
188
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mExporting RSA key: 5, private: 0\n"}
|
|
189
|
-
{"kind":"O","text":"Exported size: 270\n"}
|
|
190
|
-
{"kind":"O","text":"\n"}
|
|
191
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPublicKey\n"}
|
|
192
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mImporting key: private=0\n"}
|
|
193
|
-
{"kind":"O","text":"Importing key: my_key IS null\n"}
|
|
194
|
-
{"kind":"O","text":"Importing key: private=0\n"}
|
|
195
|
-
{"kind":"O","text":"Key added to Keystore slot: 6\n"}
|
|
196
|
-
{"kind":"O","text":"\n"}
|
|
197
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPublicKey\n"}
|
|
198
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 5\n"}
|
|
199
|
-
{"kind":"O","text":"Key 5 removed from Keystore\n"}
|
|
200
|
-
{"kind":"O","text":"Releasing key: 6\n"}
|
|
201
|
-
{"kind":"O","text":"Key 6 removed from Keystore\n"}
|
|
202
|
-
{"kind":"O","text":"\n"}
|
|
203
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyJwk\n"}
|
|
204
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x19\n"}
|
|
205
|
-
{"kind":"O","text":"Key added to Keystore slot: 5\n"}
|
|
206
|
-
{"kind":"O","text":"\n"}
|
|
207
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyJwk\u001b[2m > \u001b[22m\u001b[2mshould export public key to JWK\n"}
|
|
208
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mExporting RSA key: 5, private: 0\n"}
|
|
209
|
-
{"kind":"O","text":"Exported size: 270\n"}
|
|
210
|
-
{"kind":"O","text":"\n"}
|
|
211
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyJwk\u001b[2m > \u001b[22m\u001b[2mshould produce a JWK that round-trips back to SPKI\n"}
|
|
212
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mExporting RSA key: 5, private: 0\n"}
|
|
213
|
-
{"kind":"O","text":"Exported size: 270\n"}
|
|
214
|
-
{"kind":"O","text":"\n"}
|
|
215
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mexportPublicKeyJwk\n"}
|
|
216
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 5\n"}
|
|
217
|
-
{"kind":"O","text":"Key 5 removed from Keystore\n"}
|
|
218
|
-
{"kind":"O","text":"\n"}
|
|
219
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencrypt and decrypt (symmetric AES-GCM)\u001b[2m > \u001b[22m\u001b[2mshould round-trip encrypt/decrypt\n"}
|
|
220
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
221
|
-
{"kind":"O","text":"Key added to Keystore slot: 5\n"}
|
|
222
|
-
{"kind":"O","text":"\n"}
|
|
223
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencrypt and decrypt (symmetric AES-GCM)\u001b[2m > \u001b[22m\u001b[2mshould round-trip encrypt/decrypt\n"}
|
|
224
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mAES-GCM encrypt input: 8, addData: 0, tag: 16, iv: 12\n"}
|
|
225
|
-
{"kind":"O","text":"\n"}
|
|
226
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencrypt and decrypt (symmetric AES-GCM)\u001b[2m > \u001b[22m\u001b[2mshould round-trip encrypt/decrypt\n"}
|
|
227
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mAES-GCM decrypt input: 24, addData: 0, tag: 16, iv: 12\n"}
|
|
228
|
-
{"kind":"O","text":"\n"}
|
|
229
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencrypt and decrypt (symmetric AES-GCM)\u001b[2m > \u001b[22m\u001b[2mshould produce different ciphertext for different IVs\n"}
|
|
230
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
231
|
-
{"kind":"O","text":"Key added to Keystore slot: 6\n"}
|
|
232
|
-
{"kind":"O","text":"\n"}
|
|
233
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencrypt and decrypt (symmetric AES-GCM)\u001b[2m > \u001b[22m\u001b[2mshould produce different ciphertext for different IVs\n"}
|
|
234
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mAES-GCM encrypt input: 4, addData: 0, tag: 16, iv: 12\n"}
|
|
235
|
-
{"kind":"O","text":"\n"}
|
|
236
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencrypt and decrypt (symmetric AES-GCM)\u001b[2m > \u001b[22m\u001b[2mshould produce different ciphertext for different IVs\n"}
|
|
237
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mAES-GCM encrypt input: 4, addData: 0, tag: 16, iv: 12\n"}
|
|
238
|
-
{"kind":"O","text":"\n"}
|
|
239
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\n"}
|
|
240
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x19\n"}
|
|
241
|
-
{"kind":"O","text":"Key added to Keystore slot: 7\n"}
|
|
242
|
-
{"kind":"O","text":"\n"}
|
|
243
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22m\u001b[2mshould round-trip RSA encrypt/decrypt\n"}
|
|
244
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mRSA encrypt public key: 7, 5\n"}
|
|
245
|
-
{"kind":"O","text":"\n"}
|
|
246
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22m\u001b[2mshould round-trip RSA encrypt/decrypt\n"}
|
|
247
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mRSA decrypt private key: 7, 256\n"}
|
|
248
|
-
{"kind":"O","text":"\n"}
|
|
249
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22m\u001b[2mshould produce different ciphertext each call (RSA-OAEP is randomized)\n"}
|
|
250
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mRSA encrypt public key: 7, 3\n"}
|
|
251
|
-
{"kind":"O","text":"\n"}
|
|
252
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22m\u001b[2mshould produce different ciphertext each call (RSA-OAEP is randomized)\n"}
|
|
253
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mRSA encrypt public key: 7, 3\n"}
|
|
254
|
-
{"kind":"O","text":"\n"}
|
|
255
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22m\u001b[2msigning key pair (RSASSA-PKCS1-v1_5) should not be usable for encryption\n"}
|
|
256
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 0, flags 0x7\n"}
|
|
257
|
-
{"kind":"O","text":"Key added to Keystore slot: 8\n"}
|
|
258
|
-
{"kind":"O","text":"\n"}
|
|
259
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22m\u001b[2msigning key pair (RSASSA-PKCS1-v1_5) should not be usable for encryption\n"}
|
|
260
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 8\n"}
|
|
261
|
-
{"kind":"O","text":"Key 8 removed from Keystore\n"}
|
|
262
|
-
{"kind":"O","text":"Releasing key: 8\n"}
|
|
263
|
-
{"kind":"O","text":"Key 8 removed from Keystore\n"}
|
|
264
|
-
{"kind":"O","text":"\n"}
|
|
265
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\n"}
|
|
266
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 7\n"}
|
|
267
|
-
{"kind":"O","text":"Key 7 removed from Keystore\n"}
|
|
268
|
-
{"kind":"O","text":"\n"}
|
|
269
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPrivateKey and exportPrivateKeyPem\n"}
|
|
270
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mImporting key: private=1\n"}
|
|
271
|
-
{"kind":"O","text":"Importing key: inputLength=1218, byte 0,1= 0x30 82\n"}
|
|
272
|
-
{"kind":"O","text":"Importing key: my_key IS null\n"}
|
|
273
|
-
{"kind":"O","text":"Importing key: private=1\n"}
|
|
274
|
-
{"kind":"O","text":"Importing key: inputLength=1192, byte 0,1= 0x30 82\n"}
|
|
275
|
-
{"kind":"O","text":"Key added to Keystore slot: 7\n"}
|
|
276
|
-
{"kind":"O","text":"\n"}
|
|
277
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPrivateKey and exportPrivateKeyPem\u001b[2m > \u001b[22m\u001b[2mshould export imported private key back to PEM\n"}
|
|
278
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mExporting RSA key: 7, private: 1\n"}
|
|
279
|
-
{"kind":"O","text":"Exported size: 1192\n"}
|
|
280
|
-
{"kind":"O","text":"\n"}
|
|
281
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2mimportPrivateKey and exportPrivateKeyPem\n"}
|
|
282
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mReleasing key: 7\n"}
|
|
283
|
-
{"kind":"O","text":"Key 7 removed from Keystore\n"}
|
|
284
|
-
{"kind":"O","text":"\n"}
|
|
285
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey and mergeSymmetricKeys\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey with 1 share returns the same key (single-KAS identity)\n"}
|
|
286
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
287
|
-
{"kind":"O","text":"Key added to Keystore slot: 7\n"}
|
|
288
|
-
{"kind":"O","text":"\n"}
|
|
289
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey and mergeSymmetricKeys\u001b[2m > \u001b[22m\u001b[2mmergeSymmetricKeys with 1 share returns the same key (single-KAS identity)\n"}
|
|
290
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
291
|
-
{"kind":"O","text":"Key added to Keystore slot: 8\n"}
|
|
292
|
-
{"kind":"O","text":"\n"}
|
|
293
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey and mergeSymmetricKeys\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey with 2 shares throws (multi-KAS not yet supported)\n"}
|
|
294
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
295
|
-
{"kind":"O","text":"Key added to Keystore slot: 9\n"}
|
|
296
|
-
{"kind":"O","text":"\n"}
|
|
297
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey and mergeSymmetricKeys\u001b[2m > \u001b[22m\u001b[2mmergeSymmetricKeys with 2 shares throws (multi-KAS not yet supported)\n"}
|
|
298
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
299
|
-
{"kind":"O","text":"Key added to Keystore slot: 10\n"}
|
|
300
|
-
{"kind":"O","text":"\n"}
|
|
301
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/fips-crypto.unit.test.ts\u001b[2m > \u001b[22m\u001b[2mFIPS CryptoService - Methods\u001b[2m > \u001b[22m\u001b[2msplitSymmetricKey and mergeSymmetricKeys\u001b[2m > \u001b[22m\u001b[2mmergeSymmetricKeys with 2 shares throws (multi-KAS not yet supported)\n"}
|
|
302
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mGenerating key, type: 1, flags 0x1f\n"}
|
|
303
|
-
{"kind":"O","text":"Key added to Keystore slot: 11\n"}
|
|
304
|
-
{"kind":"O","text":"\n"}
|
|
305
|
-
{"kind":"O","text":" \u001b[32m✓\u001b[39m tests/fips-crypto.unit.test.ts \u001b[2m(\u001b[22m\u001b[2m27 tests\u001b[22m\u001b[2m)\u001b[22m\u001b[33m 17235\u001b[2mms\u001b[22m\u001b[39m\n"}
|
|
306
|
-
{"kind":"O","text":" \u001b[33m\u001b[2m✓\u001b[22m\u001b[39m FIPS CryptoService - Methods\u001b[2m > \u001b[22msign and verify (asymmetric)\u001b[2m > \u001b[22mencryption key pair (RSA-OAEP) should not be usable for signing \u001b[33m 4327\u001b[2mms\u001b[22m\u001b[39m\n"}
|
|
307
|
-
{"kind":"O","text":" \u001b[33m\u001b[2m✓\u001b[22m\u001b[39m FIPS CryptoService - Methods\u001b[2m > \u001b[22mencryptWithPublicKey and decryptWithPrivateKey (RSA-OAEP)\u001b[2m > \u001b[22msigning key pair (RSASSA-PKCS1-v1_5) should not be usable for encryption \u001b[33m 3042\u001b[2mms\u001b[22m\u001b[39m\n"}
|
|
308
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | src/lib/utils.test.ts\n"}
|
|
309
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mfips-crypto-js -> Loading VirtruCrypto.wasm...\n"}
|
|
310
|
-
{"kind":"O","text":"\n"}
|
|
311
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | src/lib/utils.test.ts\n"}
|
|
312
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mWASM bytes: ArrayBuffer {\n"}
|
|
313
|
-
{"kind":"O","text":" \u001b[36m[Uint8Contents]\u001b[39m: <00 61 73 6d 01 00 00 00 01 8e 02 24 60 03 7f 7f 7f 01 7f 60 01 7f 01 7f 60 02 7f 7f 01 7f 60 01 7f 00 60 04 7f 7f 7f 7f 01 7f 60 00 01 7f 60 05 7f 7f 7f 7f 7f 01 7f 60 03 7f 7f 7f 00 60 02 7f 7f 00 60 00 00 60 06 7f 7f 7f 7f 7f 7f 01 7f 60 05 7f 7f 7f 7f 7f 00 60 06 7f 7f 7f 7f 7f 7f 00 60 07 7f 7f ... 478940 more bytes>,\n"}
|
|
314
|
-
{"kind":"O","text":" byteLength: \u001b[33m479040\u001b[39m\n"}
|
|
315
|
-
{"kind":"O","text":"}\n"}
|
|
316
|
-
{"kind":"O","text":"Initializing Virtru Crypto -V1.2.0\n"}
|
|
317
|
-
{"kind":"O","text":"Keystore ready\n"}
|
|
318
|
-
{"kind":"O","text":"Initializing Virtru Crypto, IC: 1 ST: 1\n"}
|
|
319
|
-
{"kind":"O","text":"Crypto Library init = 1\n"}
|
|
320
|
-
{"kind":"O","text":"Checking if library is valid and initialized: 1\n"}
|
|
321
|
-
{"kind":"O","text":"\n"}
|
|
322
|
-
{"kind":"O","text":" \u001b[32m✓\u001b[39m src/lib/utils.test.ts \u001b[2m(\u001b[22m\u001b[2m16 tests\u001b[22m\u001b[2m)\u001b[22m\u001b[32m 12\u001b[2mms\u001b[22m\u001b[39m\n"}
|
|
323
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/dsp.test.ts\n"}
|
|
324
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mfips-crypto-js -> Loading VirtruCrypto.wasm...\n"}
|
|
325
|
-
{"kind":"O","text":"\n"}
|
|
326
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/dsp.test.ts\n"}
|
|
327
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mWASM bytes: ArrayBuffer {\n"}
|
|
328
|
-
{"kind":"O","text":" \u001b[36m[Uint8Contents]\u001b[39m: <00 61 73 6d 01 00 00 00 01 8e 02 24 60 03 7f 7f 7f 01 7f 60 01 7f 01 7f 60 02 7f 7f 01 7f 60 01 7f 00 60 04 7f 7f 7f 7f 01 7f 60 00 01 7f 60 05 7f 7f 7f 7f 7f 01 7f 60 03 7f 7f 7f 00 60 02 7f 7f 00 60 00 00 60 06 7f 7f 7f 7f 7f 7f 01 7f 60 05 7f 7f 7f 7f 7f 00 60 06 7f 7f 7f 7f 7f 7f 00 60 07 7f 7f ... 478940 more bytes>,\n"}
|
|
329
|
-
{"kind":"O","text":" byteLength: \u001b[33m479040\u001b[39m\n"}
|
|
330
|
-
{"kind":"O","text":"}\n"}
|
|
331
|
-
{"kind":"O","text":"Initializing Virtru Crypto -V1.2.0\n"}
|
|
332
|
-
{"kind":"O","text":"Keystore ready\n"}
|
|
333
|
-
{"kind":"O","text":"Initializing Virtru Crypto, IC: 1 ST: 1\n"}
|
|
334
|
-
{"kind":"O","text":"Crypto Library init = 1\n"}
|
|
335
|
-
{"kind":"O","text":"Checking if library is valid and initialized: 1\n"}
|
|
336
|
-
{"kind":"O","text":"\n"}
|
|
337
|
-
{"kind":"E","text":"\u001b[90mstderr\u001b[2m | tests/dsp.test.ts\u001b[2m > \u001b[22m\u001b[2mshould throw an error if platformUrl is not provided\n"}
|
|
338
|
-
{"kind":"E","text":"\u001b[22m\u001b[39mWarning: 'platformUrl' is required for security to ensure the SDK uses the platform-configured Key Access Server list\n"}
|
|
339
|
-
{"kind":"E","text":"\n"}
|
|
340
|
-
{"kind":"O","text":" \u001b[32m✓\u001b[39m tests/dsp.test.ts \u001b[2m(\u001b[22m\u001b[2m8 tests\u001b[22m\u001b[2m)\u001b[22m\u001b[32m 21\u001b[2mms\u001b[22m\u001b[39m\n"}
|
|
341
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/dsp-client.test.ts\n"}
|
|
342
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mfips-crypto-js -> Loading VirtruCrypto.wasm...\n"}
|
|
343
|
-
{"kind":"O","text":"\n"}
|
|
344
|
-
{"kind":"O","text":"\u001b[90mstdout\u001b[2m | tests/dsp-client.test.ts\n"}
|
|
345
|
-
{"kind":"O","text":"\u001b[22m\u001b[39mWASM bytes: ArrayBuffer {\n"}
|
|
346
|
-
{"kind":"O","text":" \u001b[36m[Uint8Contents]\u001b[39m: <00 61 73 6d 01 00 00 00 01 8e 02 24 60 03 7f 7f 7f 01 7f 60 01 7f 01 7f 60 02 7f 7f 01 7f 60 01 7f 00 60 04 7f 7f 7f 7f 01 7f 60 00 01 7f 60 05 7f 7f 7f 7f 7f 01 7f 60 03 7f 7f 7f 00 60 02 7f 7f 00 60 00 00 60 06 7f 7f 7f 7f 7f 7f 01 7f 60 05 7f 7f 7f 7f 7f 00 60 06 7f 7f 7f 7f 7f 7f 00 60 07 7f 7f ... 478940 more bytes>,\n"}
|
|
347
|
-
{"kind":"O","text":" byteLength: \u001b[33m479040\u001b[39m\n"}
|
|
348
|
-
{"kind":"O","text":"}\n"}
|
|
349
|
-
{"kind":"O","text":"Initializing Virtru Crypto -V1.2.0\n"}
|
|
350
|
-
{"kind":"O","text":"Keystore ready\n"}
|
|
351
|
-
{"kind":"O","text":"Initializing Virtru Crypto, IC: 1 ST: 1\n"}
|
|
352
|
-
{"kind":"O","text":"Crypto Library init = 1\n"}
|
|
353
|
-
{"kind":"O","text":"Checking if library is valid and initialized: 1\n"}
|
|
354
|
-
{"kind":"O","text":"\n"}
|
|
355
|
-
{"kind":"O","text":" \u001b[32m✓\u001b[39m tests/dsp-client.test.ts \u001b[2m(\u001b[22m\u001b[2m5 tests\u001b[22m\u001b[2m)\u001b[22m\u001b[32m 9\u001b[2mms\u001b[22m\u001b[39m\n"}
|
|
356
|
-
{"kind":"O","text":"\n"}
|
|
357
|
-
{"kind":"O","text":"\u001b[2m Test Files \u001b[22m \u001b[1m\u001b[32m4 passed\u001b[39m\u001b[22m\u001b[90m (4)\u001b[39m\n"}
|
|
358
|
-
{"kind":"O","text":"\u001b[2m Tests \u001b[22m \u001b[1m\u001b[32m56 passed\u001b[39m\u001b[22m\u001b[90m (56)\u001b[39m\n"}
|
|
359
|
-
{"kind":"O","text":"\u001b[2m Start at \u001b[22m 16:57:40\n"}
|
|
360
|
-
{"kind":"O","text":"\u001b[2m Duration \u001b[22m 23.54s\u001b[2m (transform 582ms, setup 1.26s, collect 1.35s, tests 17.28s, environment 2.42s, prepare 479ms)\u001b[22m\n"}
|
|
361
|
-
{"kind":"O","text":"\n"}
|
|
362
|
-
{"kind":"O","text":" ---- build started ---- \n"}
|
|
363
|
-
{"kind":"O","text":"[build:set-browserslist-ignore-old-data-env-var] Setting environment variable BROWSERSLIST_IGNORE_OLD_DATA=1\n"}
|
|
364
|
-
{"kind":"O","text":"[build:sass] Starting...\n"}
|
|
365
|
-
{"kind":"O","text":"[build:image-typings] Processing static assets...\n"}
|
|
366
|
-
{"kind":"O","text":"[build:image-typings] Finished processing static assets.\n"}
|
|
367
|
-
{"kind":"O","text":"[build:sass] No SCSS files to process.\n"}
|
|
368
|
-
{"kind":"O","text":"[build:typescript] Using TypeScript version 5.8.2\n"}
|
|
369
|
-
{"kind":"O","text":"[build:webpack] No Webpack configuration found\n"}
|
|
370
|
-
{"kind":"O","text":"[build:lint] Using ESLint version 9.39.3\n"}
|
|
371
|
-
{"kind":"O","text":" ---- build finished (2.925s) ---- \n"}
|
|
372
|
-
{"kind":"O","text":" ---- test started ---- \n"}
|
|
373
|
-
{"kind":"O","text":"[test:jest] Using Jest version 29.5.0\n"}
|
|
374
|
-
{"kind":"O","text":"No tests found, exiting with code 0\n"}
|
|
375
|
-
{"kind":"O","text":"[test:jest] \n"}
|
|
376
|
-
{"kind":"O","text":"[test:jest] Run start. 0 test suites\n"}
|
|
377
|
-
{"kind":"O","text":"[test:jest] \n"}
|
|
378
|
-
{"kind":"O","text":"[test:jest] Tests finished:\n"}
|
|
379
|
-
{"kind":"O","text":"[test:jest] Successes: 0\n"}
|
|
380
|
-
{"kind":"O","text":"[test:jest] Failures: 0\n"}
|
|
381
|
-
{"kind":"O","text":"[test:jest] Total: 0\n"}
|
|
382
|
-
{"kind":"O","text":" ---- test finished (0.228s) ---- \n"}
|
|
383
|
-
{"kind":"O","text":"-------------------- Finished (3.159s) --------------------\n"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"libraries/dsp-sdk/.gitignore": "63ff9c3c57396245247098596ed79b36fd1d76a6",
|
|
4
|
-
"libraries/dsp-sdk/.prettierrc": "544138be45652abc7bc3873341deacd3f4f90c61",
|
|
5
|
-
"libraries/dsp-sdk/.rush/temp/shrinkwrap-deps.json": "efbf25a892c43200f80c0b2e3b4076e610f6e8f4",
|
|
6
|
-
"libraries/dsp-sdk/CHANGELOG.json": "a64a78401daff9f52c223876197515319c03aaf7",
|
|
7
|
-
"libraries/dsp-sdk/CHANGELOG.md": "3bff9aef3a496eec3bf187bdeb7e7395df6864c4",
|
|
8
|
-
"libraries/dsp-sdk/LICENSE": "5e54fddf2616afa01260ae06b6b1f09e07d71077",
|
|
9
|
-
"libraries/dsp-sdk/README.md": "c967a7dcf3b90e49fa4c7f400ffe6ad46ba80edc",
|
|
10
|
-
"libraries/dsp-sdk/buf.gen.yaml": "0b5a95cb8a60b7e8f29cb816359fe7ce6cfc5a7e",
|
|
11
|
-
"libraries/dsp-sdk/buf.yaml": "c135bda377d5b6c143504328b57e85ed816dfa13",
|
|
12
|
-
"libraries/dsp-sdk/config/jest.config.json": "c2d3e44f320a6703b01ad6ac1fc562a9400e31a7",
|
|
13
|
-
"libraries/dsp-sdk/config/rig.json": "a75d77481094429136022458a72d3a98973e2c42",
|
|
14
|
-
"libraries/dsp-sdk/eslint.config.mjs": "a0b9402f6b9a945b8610d66a0b564c7b59238aba",
|
|
15
|
-
"libraries/dsp-sdk/package.json": "3a4ef1ad05503c7ee60bd7089f325fcbee0a7c57",
|
|
16
|
-
"libraries/dsp-sdk/src/gen/buf/validate/validate_pb.ts": "f944ab8ae554fdc9cc773fdd55fd90557407f8c6",
|
|
17
|
-
"libraries/dsp-sdk/src/gen/config/formatters/testdata/v1/test_pb.ts": "6875e00a5ea2500550890b52aa82b98ccba04692",
|
|
18
|
-
"libraries/dsp-sdk/src/gen/config/v1/config_connect.ts": "c9a01a4aa689225187c3dcdd2fb7d530d2ebdfe8",
|
|
19
|
-
"libraries/dsp-sdk/src/gen/config/v1/config_pb.ts": "1857dfab96f7258da75adaaaca84c277357fd0fe",
|
|
20
|
-
"libraries/dsp-sdk/src/gen/config/v1/kas_config_pb.ts": "0f5d9dfcef501767e3102329cfb2c01198382363",
|
|
21
|
-
"libraries/dsp-sdk/src/gen/config/v1/meta_pb.ts": "e895cd00db68fb3e164c0f9d1d22aa91ce9a04fb",
|
|
22
|
-
"libraries/dsp-sdk/src/gen/config/v1/outlook_config_pb.ts": "a8aad41c48ef6308970bb3a926b9af9ab72e4738",
|
|
23
|
-
"libraries/dsp-sdk/src/gen/config/v1/secureviewer_config_pb.ts": "336f2f630d9867dfb11764f452d3cf7d4d54490c",
|
|
24
|
-
"libraries/dsp-sdk/src/gen/config/v1/tagging_pb.ts": "a2ede7bd585311db0443a617979725332c2f600f",
|
|
25
|
-
"libraries/dsp-sdk/src/gen/google/api/annotations_pb.ts": "055c67af9722191301430f4b0cd89864e842ccef",
|
|
26
|
-
"libraries/dsp-sdk/src/gen/google/api/http_pb.ts": "5d02eb9453fa2a4b3acbfabde8bdb0e5c99af73d",
|
|
27
|
-
"libraries/dsp-sdk/src/gen/helloworld/v1/helloworld_connect.ts": "584bf66153bb7d1057deb01a4181864a5b8aa6fa",
|
|
28
|
-
"libraries/dsp-sdk/src/gen/helloworld/v1/helloworld_pb.ts": "21a4157de1a6dd068267cabfc24460836b6acbd7",
|
|
29
|
-
"libraries/dsp-sdk/src/gen/kas/nanotdf/v1/nanotdf_rewrap_connect.ts": "e1523e8a4dfc5a8b31a6a89b33d717acc8580e0a",
|
|
30
|
-
"libraries/dsp-sdk/src/gen/kas/nanotdf/v1/nanotdf_rewrap_pb.ts": "c51f1ef293046d45764a9b4608a15cbb911182aa",
|
|
31
|
-
"libraries/dsp-sdk/src/gen/policyimportexport/v1/policy_import_export_connect.ts": "e074bf2f8e0d4e1589b6aec9b7f2e294c0948ef3",
|
|
32
|
-
"libraries/dsp-sdk/src/gen/policyimportexport/v1/policy_import_export_pb.ts": "e19238fc130cb80db3ec2601bf0552c0e5ac8a8d",
|
|
33
|
-
"libraries/dsp-sdk/src/gen/shared/v1/shared_connect.ts": "c50d9cf0b8fd44bba4b923482f32720029b5ce5d",
|
|
34
|
-
"libraries/dsp-sdk/src/gen/shared/v1/shared_pb.ts": "d839e04c4e8a246b54366897c4536a9c27e1d3c1",
|
|
35
|
-
"libraries/dsp-sdk/src/gen/shared/v2/shared_connect.ts": "84cd7177f7842d2f4b75d8a97b4d14453507dbbd",
|
|
36
|
-
"libraries/dsp-sdk/src/gen/shared/v2/shared_pb.ts": "0a3fc851ec6c333883849797374db166bce11d7a",
|
|
37
|
-
"libraries/dsp-sdk/src/gen/tagging/pdp/v2/externalprocessors/processor_connect.ts": "f38594100daaaaec72957577c6194b5c22d72ecc",
|
|
38
|
-
"libraries/dsp-sdk/src/gen/tagging/pdp/v2/externalprocessors/processor_pb.ts": "b860748174906cd7306b465ab08871bf30535c9a",
|
|
39
|
-
"libraries/dsp-sdk/src/gen/tagging/pdp/v2/stanag/stanag_pb.ts": "0e27454e14de6012a69de4c38a4198f0f4c23aeb",
|
|
40
|
-
"libraries/dsp-sdk/src/gen/tagging/pdp/v2/tagging_connect.ts": "32123a68ef05038afe90247f91dd6d0dc0cff58f",
|
|
41
|
-
"libraries/dsp-sdk/src/gen/tagging/pdp/v2/tagging_pb.ts": "0775584ab0bf384e15e82898b44ad55dfcd76894",
|
|
42
|
-
"libraries/dsp-sdk/src/gen/version/v1/version_connect.ts": "15b41570b808fdae8f9039b4a867f5d6db88aeff",
|
|
43
|
-
"libraries/dsp-sdk/src/gen/version/v1/version_pb.ts": "1d566636fe3011499fdbf21269537a677e3c3227",
|
|
44
|
-
"libraries/dsp-sdk/src/gen/virtru/common/common_pb.ts": "2506135ce26ff8ec0cdd686f462eceb1d15a532f",
|
|
45
|
-
"libraries/dsp-sdk/src/gen/virtru/policy/certificates/v1/certificates_connect.ts": "2196caefe9d9b0b5e26c7e0093ca772b72bd32a1",
|
|
46
|
-
"libraries/dsp-sdk/src/gen/virtru/policy/certificates/v1/certificates_pb.ts": "8cdeefc56af32d69284562e46d96a9c92297db74",
|
|
47
|
-
"libraries/dsp-sdk/src/gen/virtru/policy/objects_pb.ts": "862f30ea9f2f934a23d6939e2118cf99cd812b20",
|
|
48
|
-
"libraries/dsp-sdk/src/gen/web-admin/v1/config_connect.ts": "9737d1908c0d08d3b1739384ed3d8e9cd83bad1a",
|
|
49
|
-
"libraries/dsp-sdk/src/gen/web-admin/v1/config_pb.ts": "e64eaeec8e5055326a1952f7629f72d3847f2210",
|
|
50
|
-
"libraries/dsp-sdk/src/index.ts": "ca37f10c88c77b5f79333fc118e90e443b8ddb69",
|
|
51
|
-
"libraries/dsp-sdk/src/lib/client.ts": "803640d403d79a3870572732dfafbb4c8ae0e691",
|
|
52
|
-
"libraries/dsp-sdk/src/lib/consts.ts": "44df09d2e1158023b7a962692c0b3fd32b15f4d1",
|
|
53
|
-
"libraries/dsp-sdk/src/lib/dsp.ts": "f11b0270e65edd03a1f3e28f8a7dea24dd55f2bc",
|
|
54
|
-
"libraries/dsp-sdk/src/lib/fips-crypto-service.ts": "c2720ff3245ae43e8ad5864487eb90721946f99e",
|
|
55
|
-
"libraries/dsp-sdk/src/lib/fips-crypto/asymmetric.ts": "4c99b617b6828b72276461051d5000ef8040e83e",
|
|
56
|
-
"libraries/dsp-sdk/src/lib/fips-crypto/key-format.ts": "249a1eb14ae3babd9e41fd2bdfe690bcea184a25",
|
|
57
|
-
"libraries/dsp-sdk/src/lib/fips-crypto/keys.ts": "455ad49973934367552392351f4ab9007d746930",
|
|
58
|
-
"libraries/dsp-sdk/src/lib/fips-crypto/primitives.ts": "42e0ef5e49c354d243db70617f804325f36e4f6a",
|
|
59
|
-
"libraries/dsp-sdk/src/lib/fips-crypto/symmetric.ts": "7ecce257c6875c9847bcfc104552093e2fcf7370",
|
|
60
|
-
"libraries/dsp-sdk/src/lib/utils.test.ts": "99c78d22594434f527d78e37532fb99dcb86b58d",
|
|
61
|
-
"libraries/dsp-sdk/src/lib/utils.ts": "38fc6453a0b6bba85a9b8b0c6aed23bcb8109c04",
|
|
62
|
-
"libraries/dsp-sdk/src/vite-env.d.ts": "d07ebe61a244ee4fffdb3ba2e5674440e3340024",
|
|
63
|
-
"libraries/dsp-sdk/tests/dsp-client.test.ts": "772530fc1036ad904693f022b43f78c30365afca",
|
|
64
|
-
"libraries/dsp-sdk/tests/dsp.test.ts": "864d6174e80eba22d2d102ec1b3bea2a9d6caf9c",
|
|
65
|
-
"libraries/dsp-sdk/tests/fips-crypto.unit.test.ts": "17d614c2781a367b5b993f5e9d34dd7447193b1a",
|
|
66
|
-
"libraries/dsp-sdk/tests/mocks/create-export-artifacts.ts": "4da51496fd76a2af6757f253c8197655c07805f4",
|
|
67
|
-
"libraries/dsp-sdk/tests/mocks/tagging-pdp-tag.ts": "472fb8edb0e603e541d4073e0f29d36a1f190453",
|
|
68
|
-
"libraries/dsp-sdk/tests/mocks/well-known-configuration.ts": "079db974991ed33cee5e0189f123956e2fab7168",
|
|
69
|
-
"libraries/dsp-sdk/tests/setup-msw.ts": "63f071cd77ee3f0ba56fc25fbc928ca3e4920ddf",
|
|
70
|
-
"libraries/dsp-sdk/tests/setup-unit.ts": "442bf2222fefc8fe848e218d9c5fcf17cf4033a8",
|
|
71
|
-
"libraries/dsp-sdk/tsconfig.json": "b7a79de829da29728f7d6d7ee949c57853523fa6",
|
|
72
|
-
"libraries/dsp-sdk/update-protos.sh": "5e5f1f25463ffacd1b558ef2b4cb99d87e086d39",
|
|
73
|
-
"libraries/dsp-sdk/vitest.config.ts": "fbb902372b673044ea59dae00ae8ad894b07f952"
|
|
74
|
-
},
|
|
75
|
-
"arguments": "heft build --clean --production"
|
|
76
|
-
}
|