mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
The extension for WebTransport certhashes was added and can be configured via `Config::with_webtransport_certhashes`. In case of initiator, these certhashes will be used to validate the ones reported by responder. In case of responder, these certhashes will be reported to initiator. Resolves #3988. Pull-Request: #3991.