You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YubiKey model and version: YK5 NFC, USB-A, FW 5.4.3
Bug description summary:
The command ykman piv info returns the certificates loaded on the device, but the certificate serial number is displayed in decimal. This is contrary to the Windows tools (certutil and certificate manager GUI), which displays the certificate serial number in hex.
Steps to reproduce
Generate or load a certificate onto a YubiKey PIV function.
Run ykman with the command ykman piv info. Note the serial number returned for the certificate.
Run on windows the command certutil -scinfo. Note the serial number returned for the same certificate.
Expected result
The serial number for the certificates to be identical.
Actual results and logs
ykman piv info returned the serial number in decimal, while certutil -scinfo returned the serial in hexidecimal.
Other info
N/A
The text was updated successfully, but these errors were encountered:
The command
ykman piv info
returns the certificates loaded on the device, but the certificate serial number is displayed in decimal. This is contrary to the Windows tools (certutil and certificate manager GUI), which displays the certificate serial number in hex.Steps to reproduce
ykman piv info
. Note the serial number returned for the certificate.certutil -scinfo
. Note the serial number returned for the same certificate.Expected result
The serial number for the certificates to be identical.
Actual results and logs
ykman piv info
returned the serial number in decimal, whilecertutil -scinfo
returned the serial in hexidecimal.Other info
N/A
The text was updated successfully, but these errors were encountered: