BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
346 stars 19 forks source link

WebTransport TLS Keying Material Exporter #155

Closed MOZGIII closed 2 months ago

MOZGIII commented 2 months ago

Would be nice to have, akin to how quinn provides Connection::export_keying_material.

Although, the spec for this for WebTransport in underway still.

See:

BiagioFesta commented 2 months ago

Implemented