Re: [WebCryptoAPI-tests] Webcrypto encrypt and decrypt tests (#3110)

For the RSA issue, either step 8 or 9 would throw the same error, and I
can't think of any test scenario that would let you know which one did it,
so I don't see any reason to try testing this.

For AES, there are tests for this. So are there any outstanding issues you
have for encrypt and decrypt?

Charlie

On Wed, Jun 8, 2016 at 9:32 PM, Jim Schaad <notifications@github.com> wrote:

> This appears to be a case where we cannot see the trees for the forest. If
> you look at the procedure, it checks that the name of the algorithm is
> correct before doing the usage check. However since the same error is
> returned for both of them it would not be possible to determine which
> condition caused it. The check could be done with an AES key, I agree that
> it would be odd for user code to try this, but it would check the error
> condition. What do you thinK?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/w3c/web-platform-tests/pull/3110#issuecomment-224779167>,
> or mute the thread
> <https://github.com/notifications/unsubscribe/AAE_N4e-jp6CBLntekFbvUzoomrq5fjHks5qJ21JgaJpZM4ItxzV>
> .
>


View on GitHub: https://github.com/w3c/web-platform-tests/pull/3110#issuecomment-224982609

Received on Thursday, 9 June 2016 18:21:27 UTC