|
59 | 59 | "import_export/okp_importKey_failures_X25519.https.any.js": { |
60 | 60 | "fail": { |
61 | 61 | "expected": [ |
62 | | - "Bad usages: importKey(spki, {name: X25519}, true, [deriveKey])", |
63 | | - "Bad usages: importKey(spki, {name: X25519}, false, [deriveKey])", |
64 | | - "Bad usages: importKey(spki, {name: X25519}, true, [deriveBits])", |
65 | | - "Bad usages: importKey(spki, {name: X25519}, false, [deriveBits])", |
66 | | - "Bad usages: importKey(jwk (public) , {name: X25519}, true, [deriveKey])", |
67 | | - "Bad usages: importKey(jwk (public) , {name: X25519}, false, [deriveKey])", |
68 | | - "Bad usages: importKey(jwk (public) , {name: X25519}, true, [deriveBits])", |
69 | | - "Bad usages: importKey(jwk (public) , {name: X25519}, false, [deriveBits])", |
70 | 62 | "Bad key length: importKey(spki, {name: X25519}, true, [])", |
71 | 63 | "Bad key length: importKey(spki, {name: X25519}, false, [])", |
72 | 64 | "Bad key length: importKey(pkcs8, {name: X25519}, true, [deriveKey])", |
|
97 | 89 | "import_export/okp_importKey_failures_X448.https.any.js": { |
98 | 90 | "fail": { |
99 | 91 | "expected": [ |
100 | | - "Bad usages: importKey(spki, {name: X448}, true, [deriveKey])", |
101 | | - "Bad usages: importKey(spki, {name: X448}, false, [deriveKey])", |
102 | | - "Bad usages: importKey(spki, {name: X448}, true, [deriveBits])", |
103 | | - "Bad usages: importKey(spki, {name: X448}, false, [deriveBits])", |
104 | | - "Bad usages: importKey(jwk (public) , {name: X448}, true, [deriveKey])", |
105 | | - "Bad usages: importKey(jwk (public) , {name: X448}, false, [deriveKey])", |
106 | | - "Bad usages: importKey(jwk (public) , {name: X448}, true, [deriveBits])", |
107 | | - "Bad usages: importKey(jwk (public) , {name: X448}, false, [deriveBits])", |
108 | 92 | "Bad key length: importKey(spki, {name: X448}, true, [])", |
109 | 93 | "Bad key length: importKey(spki, {name: X448}, false, [])", |
110 | 94 | "Bad key length: importKey(pkcs8, {name: X448}, true, [deriveKey])", |
|
0 commit comments