Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 27486 - RsaHashedImportParams does not extend Algorithm #44

Closed
mwatson2 opened this issue May 23, 2016 · 2 comments
Closed

Bug 27486 - RsaHashedImportParams does not extend Algorithm #44

mwatson2 opened this issue May 23, 2016 · 2 comments

Comments

@mwatson2
Copy link
Collaborator

Bug 27486:

Currently written as:

dictionary RsaHashedImportParams {
// The hash algorithm to use
required HashAlgorithmIdentifier hash;
};

However to matched the other parameters it should be written as:

dictionary RsaHashedImportParams : Algorithm {
// The hash algorithm to use
required HashAlgorithmIdentifier hash;
};

mwatson2 added a commit to mwatson2/webcrypto that referenced this issue May 24, 2016
@mwatson2
Copy link
Collaborator Author

Pull Request #98

@hhalpin
Copy link

hhalpin commented Jun 20, 2016

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants