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

I have not gone thought this in detail yet.  However does the CBC test case have a test for an incorrect padding when decrypting?  One common error is you get the padding of <1, 2, 3, 4, 5> and you remove the last five bytes rather than erroring since all of them are not 5's

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

Received on Saturday, 4 June 2016 17:26:01 UTC