WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
125641
Make algorithm.name return registered name, not normalized one
https://bugs.webkit.org/show_bug.cgi?id=125641
Summary
Make algorithm.name return registered name, not normalized one
Alexey Proskuryakov
Reported
2013-12-12 10:12:30 PST
Currently, WebCrypto editor's draft stipulates that algorithm name is lowercased as part of normalization. But it makes little sense to register algorithms as mixed (mostly upper) case, but return the name lowercased. Our implementations don't bother respecting this, and signs are that the spec will change. I'd like to match other implementations here, because sticking to the spec only makes us fail 3rd party test suites for no good reason.
Attachments
proposed patch
(56.10 KB, patch)
2013-12-12 10:16 PST
,
Alexey Proskuryakov
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-12-12 10:12:44 PST
s/Our implementations don't bother/Other implementations don't bother/
Alexey Proskuryakov
Comment 2
2013-12-12 10:16:24 PST
Created
attachment 219091
[details]
proposed patch
Alexey Proskuryakov
Comment 3
2013-12-12 10:18:41 PST
Committed <
http://trac.webkit.org/r160491
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug