We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c5c09 commit 3ec4e49Copy full SHA for 3ec4e49
TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/message/ServerHelloMessage.java
@@ -83,9 +83,6 @@ public ServerHelloMessage(Config tlsConfig) {
83
extension.getServerNameList().add(pair);
84
addExtension(extension);
85
}
86
- if (tlsConfig.isAddSignatureAndHashAlgrorithmsExtension() && !tlsConfig.getHighestProtocolVersion().isTLS13()) {
87
- addExtension(new SignatureAndHashAlgorithmsExtensionMessage());
88
- }
89
if (tlsConfig.isAddKeyShareExtension()) {
90
if (tlsConfig.getHighestProtocolVersion() != ProtocolVersion.TLS13
91
&& tlsConfig.getHighestProtocolVersion().getMinor() < 0x17) {
0 commit comments