Sourced from rustls-webpki's releases.
v/0.100.2
Release notes
- certificate path building and verification is now capped at 100 signature validation operations to avoid the risk of CPU usage denial-of-service attack when validating crafted certificate chains producing quadratic runtime. This risk affected both clients, as well as servers that verified client certificates.
What's Changed
- v0.100.2 prep by
@cpu
in rustls/webpki#154Full Changelog: https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2
c8b8214
Bump MSRV to 1.608557522
Avoid testing MSRV of dev-dependencies73a7f0c
Cargo: version 0.100.1 -> 0.100.24ea0523
verify_cert: enforce maximum number of signatures.