mozilla / rust-ece

Encrypted Content-Encoding for HTTP (RFC 8188) Rust implementation
Mozilla Public License 2.0
25 stars 11 forks source link

Add "AESGCM" support for older, still heavily used #3

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

There are a depressingly large number of messages still using the old "aesgcm" encoding type. While it's probably not a hard requirement to support the deprecated standard, and I've reached out to many of the core library authors, we don't really have a way for the UA to report back the formats of encryption that it supports and not supporting the format could lead to a bad user experience.

jrconlin commented 5 years ago

(Please assign this issue to me, I'm already working on a fork and will submit a PR when ready.)