Sourced from rustls-webpki's releases.
0.103.2
- Maintain context for key usage mismatch errors in order to make them easier to interpret.
- Accept certificates with an empty extension sequence.
What's Changed
- Fix CI build failures, tidy cargo-deny config by
@cpu
in rustls/webpki#339- Update semver-compatible dependencies by
@djc
in rustls/webpki#341- Remove tests from package that is published by
@SwishSwushPow
in rustls/webpki#340- Allow x509v3 empty extensions (redux) by
@ctz
in rustls/webpki#342- tests: use rcgen for client_auth tests by
@djc
in rustls/webpki#343- tests: remove test certs for client_auth tests by
@djc
in rustls/webpki#344- Maintain context for key usage mismatch errors by
@djc
in rustls/webpki#337- Refine CI workflow triggers by
@djc
in rustls/webpki#345
1e923bf
ci: enable triggering CI workflow manuallyf4a8783
ci: skip push triggers for most branches9cf30f6
Bump version to 0.103.2baac0b0
Maintain context for key usage mismatch errors85d885d
tests: remove test certs for client_auth tests7badc0e
tests: move check_cert() down5b3dae1
tests: use rcgen for client_auth tests2efb15e
Add test for empty extensionse82008a
Accept empty X509v3 extensionsce0385c
Remove tests from package that is published