[Bug 25659] AES-CBC mode does not describe concretely how padding is added

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25659

--- Comment #5 from Mark Watson <watsonm@netflix.com> ---
This appears to be mainly already resolved in the specification with the
introduction of the concepts of 'cloning the data' and 'contents of an
ArrayBuffer'.

For AES-CBC the following remains to be done: Encrypt: step 2 should refer to
plaintext (not ciphertext) and the padding should be added to the 'contents of
plaintext' such that there are no ArrayBuffer side-effects as a result of
adding the padding (i.e. paddedPlaintext is an octet string, not a slice of an
ArrayBuffer)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 23 September 2014 22:57:01 UTC