File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
src/main/java/de/rub/nds/tlsscanner/report/result Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >TLS-Scanner</artifactId >
55 <groupId >de.rub.nds.tlsscanner</groupId >
6- <version >2.1 </version >
6+ <version >2.2 </version >
77 <packaging >jar</packaging >
88 <dependencies >
99 <dependency >
1010 <groupId >de.rub.nds.tlsattacker</groupId >
1111 <artifactId >TLS-Core</artifactId >
12- <version >2.3 </version >
12+ <version >2.4 </version >
1313 </dependency >
1414 <dependency >
1515 <groupId >de.rub.nds.tlsattacker</groupId >
1616 <artifactId >Attacks</artifactId >
17- <version >2.3 </version >
17+ <version >2.4 </version >
1818 </dependency >
1919 <dependency >
2020 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 88import de .rub .nds .tlsattacker .core .constants .ExtensionType ;
99import de .rub .nds .tlsscanner .constants .ProbeType ;
1010import de .rub .nds .tlsscanner .report .SiteReport ;
11- import de .rub .nds .tlsscanner .report .result .ProbeResult ;
1211import java .util .List ;
1312
1413/**
@@ -36,10 +35,10 @@ public void merge(SiteReport report) {
3635 }
3736 for (ExtensionType type : allSupportedExtensions ) {
3837 if (type == ExtensionType .ENCRYPT_THEN_MAC ) {
39- extendedMasterSecret = true ;
38+ encryptThenMac = true ;
4039 }
4140 if (type == ExtensionType .EXTENDED_MASTER_SECRET ) {
42- encryptThenMac = true ;
41+ extendedMasterSecret = true ;
4342 }
4443 if (type == ExtensionType .RENEGOTIATION_INFO ) {
4544 secureRenegotiation = true ;
You can’t perform that action at this time.
0 commit comments