This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24755 - Decide which AES-CFB shift sizes to support
Summary: Decide which AES-CFB shift sizes to support
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 21:41 UTC by Mark Watson
Modified: 2014-02-26 21:22 UTC (History)
0 users

See Also:


Attachments

Description Mark Watson 2014-02-20 21:41:23 UTC
Presently, the document describes only CFB-8.

If we wish to support other values of the shift size, s, we need to either
(a) add s as an additional parameter to AesCfbParams
(b) defined separate algorithm names, e.g. "AES-CFB-8", "AES-CFB-128" etc.

In offline discussion with Ryan we have a preference for (b).

Of course it is also an option to leave this as CFB-8 only.
Comment 1 Mark Watson 2014-02-24 20:24:48 UTC
Agreed on 2/24/14 call to rename AES-CFB-8 and support only this shift value.
Comment 2 Mark Watson 2014-02-26 21:22:20 UTC
Changeset a4e810a478b5