Christopher Patton
Christopher Patton
Bumping this issue, as I'd also love to see this happen.
Are the maintainers open to a PR for adding partial support for the latest draft (HPKE-12)? An implementation of base mode and support for at least one cipher suite would...
Thanks @briansmith, I'll ping you when I have some time to start work on this. Is [email protected] a good email address (from your GH profile)
Just for everyone's awareness: Cloudflare's test endpoint now implements draft-ietf-tls-esni-14 and has been on this draft for some time.
I'm curious if anyone plans to pick this up in the next few months. By the way, the current version is draft-13, which (we hope!) will be simpler to implement...
+1 to this change. Another pattern used elsewhere in the crate is to return `Result` rather than `Result`. This would be an API breaking change, however. EDITED: Here's a work-around...
miniflare 2.6.0 allegedly has bindings support: https://github.com/cloudflare/miniflare/issues/301
esbuild doesn't seem to like the way I structured my workspace. When I apply @zebp's workaround I get ``` $ miniflare Updating git repository `https://github.com/cloudflare/workers-rs` Ignored package `worker-build v0.0.6 (https://github.com/cloudflare/workers-rs?branch=zeb/esbuild#ec5546ec)`...
Looks like the blocking issue may have been resolved? https://github.com/swc-project/swc/issues/4864 I will look today or tomorrow to see if upgrading SWC solves the issue.
Seems that upgrading didn't immediately help, sadly :(