Skip to content

Commit e8141ce

Browse files
authored
Merge pull request #501 from Yubico/yubikit-piv-9-byte-aid
feat: Use full PIV application identifier
2 parents 2a4c67b + 630c697 commit e8141ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core/src/Sessions/ApplicationIds.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public record ApplicationIds // Should be in Yubico.YubiKit
2222
public static readonly byte[] Fido2 = [0xA0, 0x00, 0x00, 0x06, 0x47, 0x2F, 0x00, 0x01];
2323
public static readonly byte[] Oath = [0xA0, 0x00, 0x00, 0x05, 0x27, 0x21, 0x01];
2424
public static readonly byte[] OpenPgp = [0xD2, 0x76, 0x00, 0x01, 0x24, 0x01];
25-
public static readonly byte[] Piv = [0xA0, 0x00, 0x00, 0x03, 0x08];
25+
public static readonly byte[] Piv = [0xA0, 0x00, 0x00, 0x03, 0x08, 0x00, 0x00, 0x10, 0x00];
2626
public static readonly byte[] YubiHsmAuth = [0xA0, 0x00, 0x00, 0x05, 0x27, 0x21, 0x07, 0x01];
2727
public static readonly byte[] SecurityDomain = [0xA0, 0x00, 0x00, 0x01, 0x51, 0x00, 0x00, 0x00];
28-
}
28+
}

0 commit comments

Comments
 (0)