crypto: support non-byte WebCrypto lengths and cSHAKE #8129
test-shared.yml
on: pull_request
Annotations
2 errors
|
aarch64-linux: with shared openssl-1.1.1w
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-1.1.1w:
test/parallel/test-webcrypto-digest.js#L0
--- stderr ---
(node:94936) ExperimentalWarning: The cSHAKE128 Web Crypto API algorithm is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:94936) ExperimentalWarning: The cSHAKE256 Web Crypto API algorithm is an experimental feature and might change at any time
(node:94936) ExperimentalWarning: The SHA3-256 Web Crypto API algorithm is an experimental feature and might change at any time
(node:94936) ExperimentalWarning: The SHA3-384 Web Crypto API algorithm is an experimental feature and might change at any time
(node:94936) ExperimentalWarning: The SHA3-512 Web Crypto API algorithm is an experimental feature and might change at any time
node:internal/crypto/hash:246
throw lazyDOMException(
^
DOMException [NotSupportedError]: Non-empty CShakeParams functionName or customization is not supported
at SubtleCrypto.asyncDigest (node:internal/crypto/hash:246:17)
at SubtleCrypto.digestImpl (node:internal/crypto/webcrypto:134:10)
at callSubtleCryptoMethod (node:internal/crypto/webcrypto:96:20)
at SubtleCrypto.digest (node:internal/crypto/webcrypto:114:10)
at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-18fedc2b271b-slim/test/parallel/test-webcrypto-digest.js:398:34
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-18fedc2b271b-slim/test/parallel/test-webcrypto-digest.js
|