[wpt-sync] Sync PR 58297 - [WebCrypto] ChaCha20-Poly1305 implementation
Categories
(Core :: DOM: Web Crypto, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58297 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58297
Details from upstream follow.
Hubert Chao <hchao@chromium.org> wrote:
[WebCrypto] ChaCha20-Poly1305 implementation
Implements components/webcrypto layer going directly to boringssl, tests
in WPT in a virtual test suite, and minor fixes in third_party/blink
that were missed in the first CL.based on spec at https://wicg.github.io/webcrypto-modern-algos/
Change-Id: I3b6cf19ae9f8103f2b8a7bcb38bc19d34d2cbede
Bug: 450627018
Reviewed-on: https://chromium-review.googlesource.com/7055745
WPT-Export-Revision: 4546c9df8fa9a590e1aaa4ae23420671e43302d0
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 299 subtests
Status Summary
Firefox
OK : 2
PASS: 598
Chrome
OK : 2
PASS: 598
Safari
OK : 2
PASS: 598
Description
•