Skip to content

tls with android auto #2455

@uglyoldbob

Description

@uglyoldbob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions