mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
* Update IDLs and Bindings conf Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add AES crate Signed-off-by: Daniel Adams <msub2official@gmail.com> * Implement DOM interfaces Signed-off-by: Daniel Adams <msub2official@gmail.com> * IDL tidy Signed-off-by: Daniel Adams <msub2official@gmail.com> * Remove deriveKey from inRealms for now until implemented Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix CryptoKey rustdoc comments Signed-off-by: Daniel Adams <msub2official@gmail.com> * Move string constants to top of file Signed-off-by: Daniel Adams <msub2official@gmail.com> * Use properly rooted CryptoKey Signed-off-by: Daniel Adams <msub2official@gmail.com> * Code clarity Signed-off-by: Daniel Adams <msub2official@gmail.com> * Rework NormalizedAlgorithm to not hold a DOMString Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add Rustdoc for CryptoKey interface Signed-off-by: Daniel Adams <msub2official@gmail.com> * Move ignore mallocsizeof to rand crate, remove from crypto Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update cargo lock Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix key handling, implement exportKey with JWK TODO Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add missing spec link Signed-off-by: Daniel Adams <msub2official@gmail.com> * Use create_buffer_source, remove aes dep from libservo Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix crash when running in worker Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * fmt Signed-off-by: Daniel Adams <msub2official@gmail.com> * Move CryptoKey and SubtleCrypto behind pref for now Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Readd timeout expectation Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
38 lines
790 B
INI
Vendored
38 lines
790 B
INI
Vendored
[algorithm-discards-context.https.window.html]
|
|
expected: TIMEOUT
|
|
[Context is discarded in importKey]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in encrypt]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in decrypt]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in digest]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in sign]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in verify]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in deriveBits]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in deriveKey]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in deriveKey (2)]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in wrapKey]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in unwrapKey]
|
|
expected: TIMEOUT
|
|
|
|
[Context is discarded in unwrapKey (2)]
|
|
expected: TIMEOUT
|