commit | cffa1efaf3f8840b2525f4215c8fe06856ffecec | [log] [tgz] |
---|---|---|
author | habib.virji <habib.virji@samsung.com> | Fri Dec 19 11:41:29 2014 |
committer | Commit bot <commit-bot@chromium.org> | Fri Dec 19 11:42:17 2014 |
tree | c850b5a460adff548f6226311c2e734fdfcc3229 | |
parent | 7ebec077726d438198bdf599dc8705a6d1d76964 [diff] |
[WebCrypto] Throw OperationError instead of NotSupportedError when AES length is 192 and RSA modulus is unsupported Updated when AES is 192 bit, to throw OperationError instead of NotSupportedError. Also include changes for RsaUnsupportedModulus to throw OperationError instead of NotSupportedError BUG=441877 R=eroman Review URL: https://codereview.chromium.org/814883002 Cr-Commit-Position: refs/heads/master@{#309182}