Skip to content

Commit 55163e4

Browse files
committed
removed reference to backwards compatiblity mode in client hello
1 parent 04e85eb commit 55163e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/preparator/ClientHelloPreparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void prepareHandshakeMessageContents() {
5757
}
5858
if (!chooser.getConfig().getHighestProtocolVersion().isSSL()
5959
|| (chooser.getConfig().getHighestProtocolVersion().isSSL() && chooser.getConfig()
60-
.isAddExtensionsInSSL())) {
60+
.isAddExtensionsInSSL())) {
6161
prepareExtensions();
6262
prepareExtensionLength();
6363
}

0 commit comments

Comments
 (0)