mozilla / rust-ece

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

Add from/to_raw_components to LocalKeyPair and move some things around #30

Closed eoger closed 5 years ago

eoger commented 5 years ago

Fixes https://github.com/mozilla/rust-ece/issues/29.

We should merge this once we're sure that a backend for NSS can be implemented correctly.

rfk commented 5 years ago

We should merge this once we're sure that a backend for NSS can be implemented correctly.

I've updated https://github.com/mozilla-services/a-s-private/pull/6 to work with this API on top of NSS, it seems to all work OK, 👍.

We should loop @jrconlin in for a second consumer perspective.

eoger commented 5 years ago

Thanks for the quick reviews everybody!