Skip to content

v/0.102.4

Compare
Choose a tag to compare
@cpu cpu released this 16 May 16:15
· 35 commits to main since this release
  • RevocationOptionsBuilder now offers a with_expiration_policy() fn for setting an ExpirationPolicy that will be used to determine how to handle CRLs that have a NextUpdate value in the past. The default behaviour is to ignore the NextUpdate. Users wishing to use a stricter policy can do so by specifying ExpirationPolicy::Enforce. Revocation checking against an expired CRL will then produce an Error::CrlExpired error.
  • EndEntityCert now offers a subject_public_key_info() fn for accessing the RFC 5280 pki_types::SubjectPublicKeyInfoDer.

What's Changed

  • build(deps): bump serde from 1.0.198 to 1.0.199 in the crates-io group by @dependabot in #250
  • benches: ignore clippy::incompatible_msrv by @cpu in #251
  • build(deps): bump the crates-io group with 3 updates by @dependabot in #252
  • Add SubjectPublicKeyInfo methods for cert::Cert by @lvkv in #253
  • build(deps): bump the crates-io group across 1 directory with 2 updates by @dependabot in #255
  • Add support for enforcing CRL expiration using nextUpdate field by @jasperpatterson in #227
  • Cargo: v0.102.3 -> v0.102.4 by @cpu in #256

New Contributors

  • @lvkv made their first contribution in #253

Full Changelog: v/0.102.3...v/0.102.4