This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate rustls-ffi

Dependencies

(6 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 libc^0.20.2.186up to date
 log^0.4.220.4.29up to date
 macro_rules_attribute^0.2.20.2.2up to date
 rustls=0.23.390.23.40out of date
 rustls-platform-verifier^0.70.7.0up to date
 rustls-webpki ⚠️^0.1030.103.13maybe insecure

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 toml^0.91.1.2+spec-1.1.0out of date

Security Vulnerabilities

rustls-webpki: Reachable panic in certificate revocation list parsing

RUSTSEC-2026-0104

A panic was reachable when parsing certificate revocation lists via [BorrowedCertRevocationList::from_der] or [OwnedCertRevocationList::from_der]. This was the result of mishandling a syntactically valid empty BIT STRING appearing in the onlySomeReasons element of a IssuingDistributionPoint CRL extension.

This panic is reachable prior to a CRL's signature being verified.

Applications that do not use CRLs are not affected.

Thank you to @tynus3 for the report.