You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic in src/low_level.rs does not support async certificate verification. This part of the API is described in Jorge's RFC and needs to be implemented. Right now, the certificate verification is done in src/client/low_level.rs by calling verify_server_cert inside ExpectCertificate.
It is not clear if this is strictly necessary to submit a PR upstream.
The text was updated successfully, but these errors were encountered:
The logic in
src/low_level.rs
does not support async certificate verification. This part of the API is described in Jorge's RFC and needs to be implemented. Right now, the certificate verification is done insrc/client/low_level.rs
by callingverify_server_cert
insideExpectCertificate
.It is not clear if this is strictly necessary to submit a PR upstream.
The text was updated successfully, but these errors were encountered: