Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 707753002: WebCrypto: Add LayoutTests for ECDSA. (Closed)

Created:
6 years, 1 month ago by eroman
Modified:
6 years, 1 month ago
Reviewers:
jww
CC:
blink-reviews, dglazkov+blink
Project:
blink
Visibility:
Public.

Description

WebCrypto: Add LayoutTests for ECDSA. BUG=399094 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185382

Patch Set 1 #

Patch Set 2 : fix test description #

Patch Set 3 : rebase onto master #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+865 lines, -66 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +10 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/clone-ecKey-private.html View 4 chunks +20 lines, -24 lines 0 comments Download
A LayoutTests/crypto/clone-ecKey-private-expected.txt View 1 chunk +219 lines, -0 lines 0 comments Download
A + LayoutTests/crypto/clone-ecKey-public.html View 4 chunks +20 lines, -24 lines 0 comments Download
A LayoutTests/crypto/clone-ecKey-public-expected.txt View 1 chunk +219 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ec-export-private-key.html View 1 chunk +50 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ec-export-private-key-expected.txt View 1 chunk +25 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ec-export-public-key.html View 1 chunk +49 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ec-export-public-key-expected.txt View 1 chunk +24 lines, -0 lines 0 comments Download
A + LayoutTests/crypto/ecdsa-generate-key.html View 2 chunks +7 lines, -14 lines 0 comments Download
A LayoutTests/crypto/ecdsa-generate-key-expected.txt View 1 chunk +22 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ecdsa-generateKey-parseAlgorithm-failures.html View 1 chunk +43 lines, -0 lines 2 comments Download
A LayoutTests/crypto/ecdsa-generateKey-parseAlgorithm-failures-expected.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ecdsa-import-jwk.html View 1 chunk +54 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ecdsa-import-jwk-expected.txt View 1 chunk +22 lines, -0 lines 0 comments Download
A LayoutTests/crypto/ecdsa-sign-verify.html View 1 1 chunk +61 lines, -0 lines 0 comments Download
A + LayoutTests/crypto/ecdsa-sign-verify-expected.txt View 1 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
eroman
Depends on: https://codereview.chromium.org/707743002/ and https://codereview.chromium.org/698363002/
6 years, 1 month ago (2014-11-06 04:43:15 UTC) #2
eroman
6 years, 1 month ago (2014-11-13 19:56:18 UTC) #4
jww
This lgtm, with the usual Blink grumbles that a lot of this should really be ...
6 years, 1 month ago (2014-11-14 08:18:32 UTC) #5
eroman
Thanks! I have more tests, especially of bad data, on the Chromium-side unit-tests: https://chromium.googlesource.com/chromium/src/+/master/content/test/data/webcrypto/ecdsa.json https://chromium.googlesource.com/chromium/src/+/master/content/test/data/webcrypto/ecdsa.json ...
6 years, 1 month ago (2014-11-14 17:30:14 UTC) #6
eroman
https://codereview.chromium.org/707753002/diff/40001/LayoutTests/crypto/ecdsa-generateKey-parseAlgorithm-failures.html File LayoutTests/crypto/ecdsa-generateKey-parseAlgorithm-failures.html (right): https://codereview.chromium.org/707753002/diff/40001/LayoutTests/crypto/ecdsa-generateKey-parseAlgorithm-failures.html#newcode35 LayoutTests/crypto/ecdsa-generateKey-parseAlgorithm-failures.html:35: return crypto.subtle.generateKey({name: 'ECDSA', namedCurve: 'P-256aa'}, extractable , keyUsages); On ...
6 years, 1 month ago (2014-11-14 17:32:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/707753002/40001
6 years, 1 month ago (2014-11-14 17:33:43 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-14 17:54:31 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 185382

Powered by Google App Engine
This is Rietveld 408576698