File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/de/rub/nds/tlsscanner/trust Expand file tree Collapse file tree 2 files changed +2
-3
lines changed 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 >3.0.1 </version >
6
+ <version >3.0.2 </version >
7
7
<packaging >jar</packaging >
8
8
<dependencies >
9
9
<dependency >
Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ private TrustAnchorManager() {
65
65
trustPlatformList .add (readPlatform ("mozilla_nss.yaml" ));
66
66
trustPlatformList .add (readPlatform ("openjdk.yaml" ));
67
67
trustPlatformList .add (readPlatform ("oracle_java.yaml" ));
68
- trustPlatformList .add (readPlatform ("apple_ios.yaml" ));
69
- trustPlatformList .add (readPlatform ("apple_macos.yaml" ));
68
+ trustPlatformList .add (readPlatform ("apple.yaml" ));
70
69
} catch (IOException ex ) {
71
70
LOGGER .error ("Could not load trusted platforms" , ex );
72
71
}
You can’t perform that action at this time.
0 commit comments