Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo: v0.102.3 -> v0.102.4 #256

Merged
merged 1 commit into from
May 16, 2024
Merged

Cargo: v0.102.3 -> v0.102.4 #256

merged 1 commit into from
May 16, 2024

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
28 checks passed
@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