Skip to content

Support for TLS 1.x above 0 #9

@sco888

Description

@sco888

Hi,

Is it possible to decrypt above TLSv1.0? I've tried this on tlsv1.0 and it's been great. However, one TLS 1.1,2,3 it fails. The cipher suite is the same! Please could someone suggest any checks i could make or changes. I'm running on ubuntu 12.04.04.

(For anyone else on ubuntu, i had to compile by first installing libdssl, adding the lines #include "<pcap/pcap.h>" and #include "<openssl/evp.h>" after #define DSSL_PACKET_H in the file /usr/local/include/dssl/packet.h

Then:

cd /etc/viewssld/viewssld-0.7.0/ && ./configure
cd /etc/viewssld/viewssld-0.7.0/src && gcc viewssld.o utils.o /usr/local/lib/libdssl.a -o viewssld -lpcap -lssl -lnet -ldssl

Run ./viewssld from that directory. Took me ages to figure this out so hope it helps.

Thanks
Scott

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions