Fix hex conversion of PKINIT certid strings When parsing a PKCS11 token specification, correctly convert from hex to binary instead of using OpenSSL bignum functions (which would strip leading zeros). [ghudson@mit.edu: made hex_string_to_bin() a bit less verbose; wrote commit message] https://github.com/krb5/krb5/commit/63e8b8142fd7b3931a7bf2d6448978ca536bafc0 Author: Sumit Bose Committer: Greg Hudson Commit: 63e8b8142fd7b3931a7bf2d6448978ca536bafc0 Branch: master src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 55 ++++++++++++++++---- 1 files changed, 44 insertions(+), 11 deletions(-)