rustls-platform-verifier compatibility #1877
Unanswered
patrickjcasey
asked this question in
Q&A
Replies: 1 comment
-
Thanks for asking!
It also matters which backend is used, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am working on integrating
gitoxide
into https://github.com/mitre/hipcheck. I am having trouble determining how to integraterustls_platform_verifier
withgitoxide
. I need to update the HTTP client certificates, in order to work on a corporate environment.I want to write something like this:
and have
gitoxide
useconfig
. Is this possible or is there a better way of doing this within the confines ofgitoxide
?Beta Was this translation helpful? Give feedback.
All reactions