Re: [WebCryptoAPI-tests] Add test for unwrapping a non-extractable key (#3954)

I am trying to figure out exactly what the test case you are looking for is and am not sure.  Part of the problem is that I think you need to verify that the ext value in the JWK is what you want it to be, but that may be an assumption on my part that it will not always be set on export.  There is a matrix of six cases that are possible here JWK.ext=<true, false, absent> and export=<true,false>.  It might make more sense to just explicitly test all cases as a single test rather than doing some the cases here and not doing the other cases.

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

Received on Saturday, 15 October 2016 20:54:35 UTC