Skip to content

Commit 0e9f0fd

Browse files
committed
Update AAGUIDs
1 parent e9e94fd commit 0e9f0fd

File tree

2 files changed

+255
-15
lines changed

2 files changed

+255
-15
lines changed

bin/updateMetadata.php

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
}
4040
}
4141
}
42-
// no Yubico nor Microsoft in the list? (2019-09-12)
42+
// no Yubico nor Microsoft in the list? (2020-01-31)
4343
// add those manually but this is REALLY bad news if the MDS does not have complete information
44-
// * Yubico values from: https://support.yubico.com/support/solutions/articles/15000014219-yubikey-5-series-technical-manual#AAGUID_Valuesbu3ryn
44+
// * Yubico values from: https://support.yubico.com/hc/en-us/articles/360016648959-YubiKey-Hardware-FIDO2-AAGUIDs
4545
// * Microsoft values from: https://docs.microsoft.com/en-us/microsoft-edge/dev-guide/windows-integration/web-authentication
4646

4747
$res["fa2b99dc9e3942578f924a30d23c4118"] = [
@@ -65,6 +65,34 @@
6565
"RootPEMs" => [YUBICO_CA],
6666
"multi" => null
6767
];
68+
$res["f8a011f38c0a4d15800617111f9edc7d"] = [
69+
"C" => "SE",
70+
"O" => "Yubico AB",
71+
"model" => "YubiKey Security Key",
72+
"RootPEMs" => [YUBICO_CA],
73+
"multi" => null
74+
];
75+
$res["b92c3f9ac0144056887f140a2501163b"] = [
76+
"C" => "SE",
77+
"O" => "Yubico AB",
78+
"model" => "YubiKey Security Key",
79+
"RootPEMs" => [YUBICO_CA],
80+
"multi" => null
81+
];
82+
$res["6d44ba9bf6ec2e49b9300c8fe920cb73"] = [
83+
"C" => "SE",
84+
"O" => "Yubico AB",
85+
"model" => "YubiKey Security Key NFC",
86+
"RootPEMs" => [YUBICO_CA],
87+
"multi" => null
88+
];
89+
$res["149a20218ef6413396b881f8d5b7f1f5"] = [
90+
"C" => "SE",
91+
"O" => "Yubico AB",
92+
"model" => "YubiKey Security Key NFC",
93+
"RootPEMs" => [YUBICO_CA],
94+
"multi" => null
95+
];
6896
$res["6028b017b1d44c02b4b3afcdafc96bb2"] = [
6997
"C" => "US",
7098
"O" => "Microsoft Corporation",
@@ -77,12 +105,6 @@
77105
"model" => "Windows Hello VBS software authenticator",
78106
"multi" => null
79107
];
80-
$res["08987058cadc4b81b6e130de50dcbe96"] = [
81-
"C" => "US",
82-
"O" => "Microsoft Corporation",
83-
"model" => "Windows Hello hardware authenticator",
84-
"multi" => null
85-
];
86108
$res["9ddd1817af5a4672a2b93e3dd95000a9"] = [
87109
"C" => "US",
88110
"O" => "Microsoft Corporation",

0 commit comments

Comments
 (0)