]> err.no Git - yubikey-personalization/commit
fix a bug writing invalid data to a YubiKey NEO
authorKlas Lindfors <klas@yubico.com>
Wed, 26 Dec 2012 13:01:12 +0000 (14:01 +0100)
committerKlas Lindfors <klas@yubico.com>
Wed, 26 Dec 2012 13:01:12 +0000 (14:01 +0100)
commit39a9f5c4d61e19453b1ba8648a644f363688462f
treeaa10ff167ce172549cd6ae382192e933b03eb7ad
parent2149e26814a0dd4ce2950dd70d8f4da6262fcb9c
fix a bug writing invalid data to a YubiKey NEO

if an unknown identifier was used (or no identifier)
0x24 would be written instead of 0x00.
add a test for this.
tests/test_ndef_construction.c
ykpers.c