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 23779 - Integral Algorithm dictionary members use EnforceRange inconsistently
Summary: Integral Algorithm dictionary members use EnforceRange inconsistently
Status: RESOLVED DUPLICATE of bug 23017
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: 2013-11-08 22:09 UTC by Alexey Proskuryakov
Modified: 2014-02-28 16:13 UTC (History)
1 user (show)

See Also:


Attachments

Description Alexey Proskuryakov 2013-11-08 22:09:21 UTC
Some dictionary members have EnforceRange, and others don't, with no clear pattern.

E.g. AesKeyGenParams has EnforceRange on length, but RsaKeyGenParams doesn't have it on modulusLength.

Note that EnforceRange doesn't only apply to short or octet types, longs are no different.
Comment 1 Alexey Proskuryakov 2013-11-08 22:50:02 UTC
This may be considered a duplicate of bug 23017.
Comment 2 Mark Watson 2014-02-28 16:13:30 UTC

*** This bug has been marked as a duplicate of bug 23017 ***