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

Update js content to use aes128gcm standard encryption #16

Closed
jrconlin opened this issue May 18, 2020 · 1 comment · Fixed by #18
Closed

Update js content to use aes128gcm standard encryption #16

jrconlin opened this issue May 18, 2020 · 1 comment · Fixed by #18
Assignees
Labels
Low priority While still a valid issue, this is very low priority.

Comments

@jrconlin
Copy link
Member

Currently, the page uses the old "aesgcm" encoding. We should update to use the RFC compliant aes128gcm.

Page should also:

  • update to use new DOM subscription requirements
  • use more modern calls.
    etc.
@jrconlin jrconlin self-assigned this May 18, 2020
@jrconlin jrconlin added the Low priority While still a valid issue, this is very low priority. label Oct 12, 2020
@saschanaz
Copy link

saschanaz commented Oct 31, 2024

Might want to steal from my WPT implementation: https://phabricator.services.mozilla.com/D222665#change-GCzxUM80jDsK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low priority While still a valid issue, this is very low priority.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants