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

implement client auth types #171

Open
marten-seemann opened this issue Jan 29, 2018 · 0 comments
Open

implement client auth types #171

marten-seemann opened this issue Jan 29, 2018 · 0 comments

Comments

@marten-seemann
Copy link
Collaborator

The Go standard library offers multi different modes for verifying client certificates: https://golang.org/pkg/crypto/tls/#ClientAuthType.
Currently, by setting mint.Config.RequireClientAuth, mint requires a certificate, but doesn't verify it, i.e. only the type tls.RequireAnyClientCert.

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

No branches or pull requests

1 participant