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 Certificate Verification #7

Open
pvdrz opened this issue Nov 2, 2023 · 0 comments
Open

Implement Client Certificate Verification #7

pvdrz opened this issue Nov 2, 2023 · 0 comments
Labels
nice to have It is not clear if this is strictly necessary to submit a PR upstream.

Comments

@pvdrz
Copy link
Collaborator

pvdrz commented Nov 2, 2023

The current low level client implementation covers only a TLS1.2 handshake without client certificate verification. It is not clear if implementing it is strictly necessary to submit a PR to upstream. However, this would need to be added to have an implementation compliant with the TLS1.2 specification.

The code for this can be found in src/client/tls12.rs and should be added to src/client/low_level.rs.

@pvdrz pvdrz added the nice to have It is not clear if this is strictly necessary to submit a PR upstream. label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have It is not clear if this is strictly necessary to submit a PR upstream.
Projects
None yet
Development

No branches or pull requests

1 participant