Skip to content

Conversation

cpu
Copy link
Member

@cpu cpu commented May 16, 2024

Proposed Release Notes

  • 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.

@cpu cpu self-assigned this May 16, 2024
@cpu cpu added this pull request to the merge queue May 16, 2024
Merged via the queue into rustls:main with commit 316b350 May 16, 2024
@cpu cpu deleted the cpu-0.102.4 branch May 16, 2024 16:12
@cpu
Copy link
Member Author

cpu commented May 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants