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 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.
The text was updated successfully, but these errors were encountered:
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 tosrc/client/low_level.rs
.The text was updated successfully, but these errors were encountered: