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

Support certificate validation callback #15

Open
ctz opened this issue May 1, 2024 · 1 comment
Open

Support certificate validation callback #15

ctz opened this issue May 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ctz
Copy link
Member

ctz commented May 1, 2024

At the moment if SSL_CTX_set_verify is called with a non-NULL callback, we return an error. Instead, we should implement this. That will mean filling in an X509_STORE_CTX.

This should unlock nginx support for client authentication.

@ctz ctz added the enhancement New feature or request label May 1, 2024
@cpu
Copy link
Member

cpu commented Jun 23, 2024

I bumped into this while implementing support for SSL_CONF_cmd(..., "VerifyMode", ...) where I was hoping to make an Nginx based integration test using ssl_conf_command VerifyMode ... for setting client auth as requested or required. Leaving a note here that when this is resolved we should add that integration test.

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

No branches or pull requests

2 participants