Highlights
Weak Cryptography: 2 prior fixes. Scrutinize any change in this area.
src/signed_data.rs: most-fixed (2 issues). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Authentication Bypass: Missing signature verification on certificate chains allowed forged certificates to be accepted, a fundamental integrity failure.
Weak Cryptography: Support for SHA-1 signatures weakened authentication; removed to enforce modern cryptographic standards.
Certificate Name Constraints Bypass: dNSName constraints were not enforced, allowing certificates outside permitted namespaces to be accepted.