forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWebCryptoAPI.json
More file actions
90 lines (89 loc) · 2.92 KB
/
WebCryptoAPI.json
File metadata and controls
90 lines (89 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"derive_bits_keys/ecdh_bits.https.any.js": {
"fail": "Derived correct bits expected true got false"
},
"derive_bits_keys/hkdf.https.any.js": {
"fail": "location is not defined"
},
"derive_bits_keys/pbkdf2.https.any.js": {
"fail": "location is not defined"
},
"digest/digest.https.any.js": {
"fail": "Expected NotSupportedError but got TypeError"
},
"encrypt_decrypt/aes_cbc.https.any.js": {
"fail": "Expected OperationError but got Error"
},
"encrypt_decrypt/rsa_oaep.https.any.js": {
"fail": "Expected OperationError but got Error"
},
"generateKey/failures_AES-CBC.https.any.js": {
"fail": "Expected OperationError but got TypeError"
},
"generateKey/failures_AES-CTR.https.any.js": {
"fail": "Expected OperationError but got TypeError"
},
"generateKey/failures_AES-GCM.https.any.js": {
"fail": "Expected OperationError but got TypeError"
},
"generateKey/failures_AES-KW.https.any.js": {
"fail": "Expected OperationError but got TypeError"
},
"generateKey/failures_ECDH.https.any.js": {
"fail": "Expected NotSupportedError but got TypeError"
},
"generateKey/failures_ECDSA.https.any.js": {
"fail": "Expected NotSupportedError but got TypeError"
},
"generateKey/failures_HMAC.https.any.js": {
"fail": "Operation succeeded, but should not have Reached unreachable code"
},
"generateKey/failures_RSA-OAEP.https.any.js": {
"fail": "Operation succeeded, but should not have Reached unreachable code"
},
"generateKey/failures_RSA-PSS.https.any.js": {
"fail": "Operation succeeded, but should not have Reached unreachable code"
},
"generateKey/failures_RSASSA-PKCS1-v1_5.https.any.js": {
"fail": "Operation succeeded, but should not have Reached unreachable code"
},
"generateKey/successes_AES-CBC.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_AES-CTR.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_AES-GCM.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_AES-KW.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_ECDH.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_ECDSA.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_HMAC.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_RSA-OAEP.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_RSA-PSS.https.any.js": {
"fail": "location is not defined"
},
"generateKey/successes_RSASSA-PKCS1-v1_5.https.any.js": {
"fail": "location is not defined"
},
"getRandomValues.any.js": {
"fail": "The data argument must be an integer-type TypedArray"
},
"historical.any.js": {
"fail": "expected (undefined) undefined but got..."
},
"idlharness.https.any.js": {
"fail": "Various non-IDL-compliant things"
}
}