mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/45857 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"import_export/ec_importKey.https.any.js": {
|
|
"fail": {
|
|
"note": "Compressed point export should result in uncompressed point https://github.com/nodejs/node/issues/45859",
|
|
"expected": [
|
|
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [])",
|
|
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [])",
|
|
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [])",
|
|
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDH, namedCurve: P-256}, true, [])",
|
|
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDH, namedCurve: P-384}, true, [])",
|
|
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDH, namedCurve: P-521}, true, [])"
|
|
]
|
|
}
|
|
},
|
|
"algorithm-discards-context.https.window.js": {
|
|
"skip": "Not relevant in Node.js context"
|
|
},
|
|
"historical.any.js": {
|
|
"skip": "Not relevant in Node.js context"
|
|
},
|
|
"idlharness.https.any.js": {
|
|
"fail": {
|
|
"expected": [
|
|
"Crypto interface: existence and properties of interface object",
|
|
"CryptoKey interface: existence and properties of interface object",
|
|
"Window interface: attribute crypto"
|
|
]
|
|
}
|
|
}
|
|
}
|