tokio-xmpp: Add forgotten ChangeLog entry for ktls support
This commit is contained in:
parent
b8f74e6bce
commit
f8347165fd
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
||||||
- `Component` is now gated behind `insecure-tcp` feature flag
|
- `Component` is now gated behind `insecure-tcp` feature flag
|
||||||
- `XMPPStream` and `XmppCodec` were removed in favour of the newly
|
- `XMPPStream` and `XmppCodec` were removed in favour of the newly
|
||||||
implemented `tokio_xmpp::xmlstream module.
|
implemented `tokio_xmpp::xmlstream module.
|
||||||
|
* Changes:
|
||||||
|
- On Linux, once the TLS session is established, we can delegate the
|
||||||
|
actual encryption and decryption to the kernel, which in turn can
|
||||||
|
delegate it to a hardware implementations if available. This depends
|
||||||
|
on the `tls-rust-ktls` feature. (!458, !490)
|
||||||
|
|
||||||
Version 4.0.0:
|
Version 4.0.0:
|
||||||
2024-07-26 Maxime “pep” Buquet <pep@bouah.net>
|
2024-07-26 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue