xmpp-rs-mirror/tokio-xmpp
Emmanuel Gil Peyrot faabc2984a tokio-xmpp: Support channel binding on TLS 1.3
This is defined in RFC 9266, and relies on the Exported Keying Material
to be passed to the SASL implementation.
2023-10-25 20:03:11 +02:00
..
examples
src tokio-xmpp: Support channel binding on TLS 1.3 2023-10-25 20:03:11 +02:00
.gitignore
build.rs
Cargo.toml tokio-xmpp: Update hickory-dns dep (previously trust-dns) 2023-10-25 11:37:04 +00:00
ChangeLog
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests