You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug introduced in rustls 0.23.13 leads to a panic if the received
TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.
Servers that use tokio-rustls's LazyConfigAcceptor API are affected.
Servers that use tokio-rustls's TlsAcceptor API are not affected.
Servers that use rustls-ffi's rustls_acceptor_accept API are affected.
rustls
0.23.16
>=0.23.18
>=0.23, <0.23.13,<0.23
A bug introduced in rustls 0.23.13 leads to a panic if the received
TLS ClientHello is fragmented. Only servers that use
rustls::server::Acceptor::accept()
are affected.Servers that use
tokio-rustls
'sLazyConfigAcceptor
API are affected.Servers that use
tokio-rustls
'sTlsAcceptor
API are not affected.Servers that use
rustls-ffi
'srustls_acceptor_accept
API are affected.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: