-
Notifications
You must be signed in to change notification settings - Fork 172
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
fix(771): Adding mTLS support in QUIC #899
Conversation
1 similar comment
This is |
Signed-off-by: gabrik <[email protected]>
Signed-off-by: gabrik <[email protected]>
0a72149
to
6682595
Compare
…plicated code Signed-off-by: gabrik <[email protected]>
@Mallets you can have a first look, I need to add the tests. |
… workaround the default CryptoProvider panic Signed-off-by: gabrik <[email protected]>
I was using I did a rollback to 0.22 (the same version used in |
Signed-off-by: gabrik <[email protected]>
use secrecy::ExposeSecret; | ||
use std::net::SocketAddr; | ||
use zenoh_config::Config; | ||
|
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.
This PR contains
Closes #771