]> err.no Git - yubikey-personalization.old/commit
Reject -a key with upper case hex.
authorFredrik Thulin <fredrik@yubico.com>
Mon, 17 Jan 2011 14:49:39 +0000 (15:49 +0100)
committerFredrik Thulin <fredrik@yubico.com>
Mon, 17 Jan 2011 14:49:39 +0000 (15:49 +0100)
commit8dfdff1f640377080f48b3e2356d90a1fa80ad9a
tree230c96015c7b6e32847786e1a021ceeb9c916032
parent6d973f5f475a5c7955efbf36f81f42c8aa53fcab
Reject -a key with upper case hex.

yubikey_hex_decode only handles lowercase hex, so use yubikey_hex_p
to check that input string is valid instead of local version which
also allowed upper case.
tests/test_args_to_config.c
ykpers.c