Skip to content

Imported keys have algorithm name that is lower case #1

Closed
@seebees

Description

@seebees

Looking here:

actualParam.name = actualParam.name.toLowerCase();

the algorithm name is normalized to lower case.

But looking here: https://www.w3.org/TR/WebCryptoAPI/#dfn-supportedAlgorithms
All the algorithm names are upper case.
It would be nice if the imported key algorithm name matched the value specification name.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions