Files
yubikey.rs/src
Tony Arcieri c54f66acb4 transaction: Always require padded PIN for verify_pin
Callers of this function always pad up to `CB_PIN_MAX` with `0xFF`.

The logic being changed here was previously identical to the `_verify`
function in `ykpiv.c`:

https://github.com/Yubico/yubico-piv-tool/blob/8ba243f/lib/ykpiv.c#L1299

...but @str4d noticed this potentially allows a caller to send an
unpadded PIN, which may (or may not) be an issue.
2019-11-25 08:27:54 -08:00
..
2019-11-25 07:19:20 -08:00
2019-11-25 07:19:20 -08:00
2019-11-25 07:19:20 -08:00
2019-11-25 07:19:20 -08:00
2019-11-25 07:38:33 -08:00