rust-ece   ![Build Status] ![Latest Version]

This crate has not been security reviewed yet, use at your own risk (tracking issue).

ece is a Rust implementation of the HTTP Encrypted Content-Encoding standard (RFC 8188). It is a port of the ecec C library.
This crate is destined to be used by higher-level Web Push libraries, both on the server and the client side.

Documentation

Cryptographic backends

This crate is designed to be used with different crypto backends. At the moment only openssl is supported.

Implemented schemes

Currently, two HTTP ece schemes are available to consumers of the crate: - The newer RFC8188 aes128gcm standard. - The legacy draft-03 aesgcm scheme.

Release process

We use cargo-release to manage releases. To cut a new release, make sure you have it installed and then: