change cccid handling to target entire ccc object (a la yubico-piv-tool status action)

This commit is contained in:
Carl Wallace
2019-11-30 15:11:10 -05:00
parent 77302af21e
commit c8e5c96398
2 changed files with 21 additions and 9 deletions
+1
View File
@@ -137,6 +137,7 @@ pub const YKPIV_FASCN_SIZE: usize = 25;
pub const YKPIV_EXPIRATION_SIZE: usize = 8;
pub const YKPIV_CCCID_SIZE: usize = 14;
pub const YKPIV_CCC_SIZE: usize = 51;
pub const YKPIV_CERTINFO_UNCOMPRESSED: u8 = 0;
pub const YKPIV_CERTINFO_GZIP: u8 = 1;