Closed ril3y closed 6 years ago
Hi @ril3y,
TLSHandshakes
is in master
only. So if you've installed through PIP, you'll have to look at the examples at the 1.2.3 git tag.
@tintinweb might be time to cut a new release?
@alexmgr agree, all the cool features are in 2.0 (master) right now :). Please review the drafted release and I'll make sure to have it tested and released over the next couple of days. Note we're breaking backwards compatibility with the 2.0 (tls1.3 features)
fyi - just released v2.0.0 to pypi.
cheers tin
Perhaps I am missing something. https://github.com/tintinweb/scapy-ssl_tls/blob/master/examples/client_hello_rsa.py#L32
But any example with the TLSHandshakes class is not working as I cannot find it? `
create TLS Handhsake / Client Hello packet
`
Where is TLSHandshakes?