tls-attacker / TLS-Attacker

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It can be used to manually test TLS clients and servers or as as a software library for more advanced tools.
Apache License 2.0
789 stars 136 forks source link

Help: I want to set Length in Record Layer in Client hello #96

Closed ayushbindlish closed 3 years ago

ayushbindlish commented 3 years ago

How can I set length in record layer in client hello message?

TLSv1.2 Record Layer: Handshake Protocol: Client Hello Content Type: Handshake (22) Version: TLS 1.2 (0x0303) Length: 824 Handshake Protocol: Client Hello

I want to change the Length variable here without fragmenting the packet.

ic0ns commented 3 years ago

This is the same as #97