|
39 | 39 | } |
40 | 40 | } |
41 | 41 | } |
42 | | -// no Yubico nor Microsoft in the list? (2019-09-12) |
| 42 | +// no Yubico nor Microsoft in the list? (2020-01-31) |
43 | 43 | // 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 |
45 | 45 | // * Microsoft values from: https://docs.microsoft.com/en-us/microsoft-edge/dev-guide/windows-integration/web-authentication |
46 | 46 |
|
47 | 47 | $res["fa2b99dc9e3942578f924a30d23c4118"] = [ |
|
65 | 65 | "RootPEMs" => [YUBICO_CA], |
66 | 66 | "multi" => null |
67 | 67 | ]; |
| 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 | +]; |
68 | 96 | $res["6028b017b1d44c02b4b3afcdafc96bb2"] = [ |
69 | 97 | "C" => "US", |
70 | 98 | "O" => "Microsoft Corporation", |
|
77 | 105 | "model" => "Windows Hello VBS software authenticator", |
78 | 106 | "multi" => null |
79 | 107 | ]; |
80 | | -$res["08987058cadc4b81b6e130de50dcbe96"] = [ |
81 | | - "C" => "US", |
82 | | - "O" => "Microsoft Corporation", |
83 | | - "model" => "Windows Hello hardware authenticator", |
84 | | - "multi" => null |
85 | | -]; |
86 | 108 | $res["9ddd1817af5a4672a2b93e3dd95000a9"] = [ |
87 | 109 | "C" => "US", |
88 | 110 | "O" => "Microsoft Corporation", |
|
0 commit comments