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

Fixed X509Crl.IsDelta for CRLs without extensions #513

Merged
merged 2 commits into from
Oct 25, 2019
Merged

Fixed X509Crl.IsDelta for CRLs without extensions #513

merged 2 commits into from
Oct 25, 2019

Conversation

swoga
Copy link
Contributor

@swoga swoga commented Oct 25, 2019

Hi,

when using revocation checking, the import for certain CRLs fails, because GetCriticalExtensionOids() inside BouncyCastleCertificateExtensions.IsDelta returns null for CRLs without any extensions.

This PR should fix this issue.

example: crl without extensions

swoga and others added 2 commits October 25, 2019 12:26
GetCriticalExtensionOids returns null for CRLs without any extensions.
@jstedfast jstedfast merged commit 85b2e11 into jstedfast:master Oct 25, 2019
@jstedfast
Copy link
Owner

MimeKit 2.4.0 has just been released with this fix.

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.

None yet

2 participants