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
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