I am having a problem setting up tls communications in and android auto application without modifying webpki to support v1 certificates (specifically a v1 client certificate).
(See https://github.com/uglyoldbob/android-auto/tree/plain-rustls, and https://github.com/uglyoldbob/android-auto/tree/plain-rustls for the implementation).
In the packet exchange for the ssl handshake (my library is the ssl client in this case), the ssl client hello is sent, the server hello is received, 1464 bytes of handshake data is sent, 2348 bytes of handshake data is received, 1286 bytes of handshake data is sent, then the server cuts the link.
I attached a wireshark dump of the tcp conversation.
wireshark_traffic.txt
I am having a problem setting up tls communications in and android auto application without modifying webpki to support v1 certificates (specifically a v1 client certificate).
(See https://github.com/uglyoldbob/android-auto/tree/plain-rustls, and https://github.com/uglyoldbob/android-auto/tree/plain-rustls for the implementation).
In the packet exchange for the ssl handshake (my library is the ssl client in this case), the ssl client hello is sent, the server hello is received, 1464 bytes of handshake data is sent, 2348 bytes of handshake data is received, 1286 bytes of handshake data is sent, then the server cuts the link.
I attached a wireshark dump of the tcp conversation.
wireshark_traffic.txt