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

Remove aesgcm header parser #28

Open
ghost opened this issue Apr 7, 2017 · 0 comments
Open

Remove aesgcm header parser #28

ghost opened this issue Apr 7, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 7, 2017

ece_webpush_aesgcm_headers_extract_params uses a hand-rolled state machine parser. Parsing strings in C is scary, and Crypto-Key and Encryption are deprecated, anyway. It's better to use a higher-level language like Rust or Swift to extract the params, and pass them to ece_webpush_aes128gcm_decrypt.

@ghost ghost mentioned this issue Apr 8, 2017
@ghost ghost mentioned this issue May 28, 2017
@ghost ghost added the enhancement label May 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants