-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for peer certificate verification #18
Conversation
The change adds support of verification if the peer's certificate is trusted. Fixes: scylladb#15
Some testing using a basic latte workload:
Certificate of a server under test has been generated and signed by CA1.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In Rust driver, when TLS encryption is enabled, there is a possibility to perform verification if the server certificate is trusted.
The change adds support of peer's certificate verification to latte.
Fixes: #15