Skip to content

Commit b3947c0

Browse files
committed
Fixed trustanchors
1 parent 1db5b79 commit b3947c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

src/main/java/de/rub/nds/tlsscanner/trust/TrustAnchorManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)