From 0ab8abf1eac00cec732692a00c9432897aaad2d7 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 24 Aug 2024 01:59:01 +0800 Subject: [PATCH] Update 'pkcs15-tools.md' --- pkcs15-tools.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pkcs15-tools.md b/pkcs15-tools.md index c72b2db..3d0fb5d 100644 --- a/pkcs15-tools.md +++ b/pkcs15-tools.md @@ -11,7 +11,27 @@ X.509 Certificate [Certificate for Card Authentication] ``` ```shell -pkcs15-tool --list-public-keys +$ pkcs15-tool --list-public-keys +Using reader with a card: Yubico YubiKey OTP+FIDO+CCID +Public EC Key [PIV AUTH pubkey] + Object Flags : [0x00] + Usage : [0x40], verify + Access Flags : [0x02], extract + FieldLength : 384 + Key ref : 154 (0x9A) + Native : yes + ID : 01 + DirectValue : + +Public EC Key [SIGN pubkey] + Object Flags : [0x00] + Usage : [0x40], verify + Access Flags : [0x02], extract + FieldLength : 256 + Key ref : 156 (0x9C) + Native : yes + ID : 02 + DirectValue : ``` ```shell