Skip to content

rustls: --crlfile is not supported with --ca-native#21614

Closed
MegaManSec wants to merge 1 commit into
curl:masterfrom
MegaManSec:r
Closed

rustls: --crlfile is not supported with --ca-native#21614
MegaManSec wants to merge 1 commit into
curl:masterfrom
MegaManSec:r

Conversation

@MegaManSec
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the TLS label May 14, 2026
Copy link
Copy Markdown
Contributor

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point, thanks 👍.

The CRL interface is for the webpki verifier only. The ca-native case handles revocation according to the caveats mentioned in the rustls-platform-verifier README (https://github.com/rustls/rustls-platform-verifier) and notably recommends directly constructing the webpki verifier for CRL support on Linux (the non-ca-native approach the rustls vtls backend uses today).

Comment thread lib/vtls/rustls.c
@bagder bagder closed this in 88bb7f8 May 15, 2026
@bagder
Copy link
Copy Markdown
Member

bagder commented May 15, 2026

Thanks!

outcast36 pushed a commit to greearb/curl that referenced this pull request Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants