libykpiv/piv-tool 1.6.3
lib: promote get_serial to base API lib: add ykpiv_get_serial to external API tool: add serial number/version to status command build: fix msvc build of case insensitive-reader (missing strncasecmp and cast warnings) lib: consolidate neo/yk4 + yk5 serial number routines lib: fix GCC 8 compilier warnings lib: reimplement deauthenticate to select mgmt aid build: disable -Waggregate-return lib: fix warning differences between gcc and msvc lib: add option to disable implicit card transactions lib: remove application reselect prior to crypt operations build: fix msvc warnings wrt length checking logic fixes lib: fix error condition logic in untransacted internal functions lib: create internal transactionless ykpiv_transfer_data
This commit is contained in:
@@ -113,3 +113,9 @@ global:
|
||||
ykpiv_util_write_msroots;
|
||||
ykpiv_verify_select;
|
||||
} YKPIV_1.3.0;
|
||||
|
||||
YKPIV_1.6.0
|
||||
{
|
||||
global:
|
||||
ykpiv_get_serial;
|
||||
} YKPIV_1.5.0;
|
||||
|
||||
Reference in New Issue
Block a user