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 33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >TLS-Scanner</artifactId >
55 <groupId >de.rub.nds.tlsscanner</groupId >
6- <version >3.0.1 </version >
6+ <version >3.0.2 </version >
77 <packaging >jar</packaging >
88 <dependencies >
99 <dependency >
Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ private TrustAnchorManager() {
6565 trustPlatformList .add (readPlatform ("mozilla_nss.yaml" ));
6666 trustPlatformList .add (readPlatform ("openjdk.yaml" ));
6767 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" ));
7069 } catch (IOException ex ) {
7170 LOGGER .error ("Could not load trusted platforms" , ex );
7271 }
You can’t perform that action at this time.
0 commit comments