Closed neterror closed 8 months ago
If the PIN code length is 32 and it is read from file using pin-source token in the URI, then its last character is cut. The function BIO_gets(..., size) reads maximum length size-1, which changes the PIN size to 31.
If the PIN code length is 32 and it is read from file using pin-source token in the URI, then its last character is cut. The function BIO_gets(..., size) reads maximum length size-1, which changes the PIN size to 31.