commit | 21b26f4890ecb5062f687baf47a5b69dcf72a7c2 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Feb 23 11:40:13 2019 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Feb 23 11:41:09 2019 -0800 |
tree | 88c977853f97f661d50b98a3b0262356990dfb80 | |
parent | 6a986b04d1ee2c3205f7ed8ac3bd0ffa48e9d9c8 [diff] |
Fix PIN passing p11tool may not NULL terminate the pin (as allowed by pkcs11) but openssl assumes it is, so copy it into a NULL terminated string to make sure. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>