Commit a348f97 1 parent 3262c4e commit a348f97 Copy full SHA for a348f97
File tree 6 files changed +10
-10
lines changed
src/main/java/de/rub/nds/tlsscanner/serverscanner/probe
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.2 </version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >Scanner-Core</artifactId >
11
- <version >4.3.0-SNAPSHOT </version >
11
+ <version >4.2.2 </version >
12
12
<build >
13
13
<plugins >
14
14
<plugin >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.2 </version >
8
8
</parent >
9
9
<name >TLS-Client-Scanner</name >
10
10
<packaging >jar</packaging >
56
56
<dependency >
57
57
<groupId >de.rub.nds.tlsscanner</groupId >
58
58
<artifactId >Scanner-Core</artifactId >
59
- <version >4.3.0-SNAPSHOT </version >
59
+ <version >4.2.2 </version >
60
60
<type >jar</type >
61
61
</dependency >
62
62
</dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.2 </version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >TLS-Scanner-Core</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.2 </version >
8
8
</parent >
9
9
<name >TLS-Server-Scanner</name >
10
10
<packaging >jar</packaging >
67
67
<dependency >
68
68
<groupId >de.rub.nds.tlsscanner</groupId >
69
69
<artifactId >Scanner-Core</artifactId >
70
- <version >4.3.0-SNAPSHOT </version >
70
+ <version >4.2.2 </version >
71
71
<type >jar</type >
72
72
</dependency >
73
73
</dependencies >
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public void adjustConfig(ServerReport report) {
141
141
supportedFpGroups = new LinkedList <>();
142
142
if (report .getSupportedNamedGroups () != null ) {
143
143
for (NamedGroup group : report .getSupportedNamedGroups ()) {
144
- if (NamedGroup .getImplemented ().contains (group )
144
+ if (NamedGroup .getImplemented ().contains (group ) && group . isCurve ()
145
145
&& CurveFactory .getCurve (group ) instanceof EllipticCurveOverFp ) {
146
146
supportedFpGroups .add (group );
147
147
}
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >TLS-Scanner</artifactId >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
- <version >4.3.0-SNAPSHOT </version >
6
+ <version >4.2.2 </version >
7
7
<packaging >pom</packaging >
8
8
<name >TLS-Scanner</name >
9
9
<url >https://github.com/tls-attacker/TLS-Scanner</url >
60
60
<dependency >
61
61
<groupId >de.rub.nds.tlsattacker</groupId >
62
62
<artifactId >TLS-Core</artifactId >
63
- <version >3.9.0-SNAPSHOT </version >
63
+ <version >3.8.0 </version >
64
64
</dependency >
65
65
<dependency >
66
66
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments