You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ghost
pushed a commit
that referenced
this issue
Apr 7, 2017
ece_webpush_aesgcm_headers_extract_params
uses a hand-rolled state machine parser. Parsing strings in C is scary, andCrypto-Key
andEncryption
are deprecated, anyway. It's better to use a higher-level language like Rust or Swift to extract the params, and pass them toece_webpush_aes128gcm_decrypt
.The text was updated successfully, but these errors were encountered: