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

AES128GCM Support #3

Closed
pimeys opened this issue Mar 27, 2018 · 2 comments · Fixed by #30
Closed

AES128GCM Support #3

pimeys opened this issue Mar 27, 2018 · 2 comments · Fixed by #30

Comments

@pimeys
Copy link
Owner

pimeys commented Mar 27, 2018

The future is in aes128gcm encryption, aesgcm being deprecated. The changes are not big, but quite tricky to get right. There's no idea when aesgcm is going to be blocked by the browsers or which draft will be the one that works with Chrome and Firefox.

Anyways, you can follow and participate in the aes128gcm branch.

@KentoNishi
Copy link

Hello @pimeys, aesgcm seems to be blocked on the new Chromium-based version of Edge. Would you be able to update the package with support for aesgcm128?

@pimeys
Copy link
Owner Author

pimeys commented Aug 23, 2020

I haven't been working on this field for the last two years, and I also do not have a Windows computer.

I followed the later specs, trying to get this working back then without success. The branch is still available if somebody wants to give it a try. The best docs are in the RFC for http-ece encryption.

https://github.com/pimeys/rust-web-push/tree/aes128gcm

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