- From: Nope Nape <nullptrcpp@outlook.com>
- Date: Mon, 19 Aug 2019 07:06:03 +0000
- To: "public-web-security@w3.org" <public-web-security@w3.org>
Received on Monday, 19 August 2019 09:06:37 UTC
There is a mistake in decryption of plaintext limit for AES-GCM at https://www.w3.org/TR/WebCryptoAPI/#aes-gcm-description. „1. If plaintext has a length greater than 2^39 - 256 bytes, then throw<https://www.w3.org/TR/WebCryptoAPI/#concept-throw> an OperationError<https://www.w3.org/TR/WebCryptoAPI/#dfn-OperationError>.” Allowed size is 2^39 -256 bits not bytes. Best wishes
Received on Monday, 19 August 2019 09:06:37 UTC