Remove length limit on PKINIT PKCS#12 prompt Long pathnames can trigger the 128-byte prompt length limit in pkinit_get_certs_pkcs12. Use asprintf instead of snprintf. Also check the result of the prompter invocation. https://github.com/krb5/krb5/commit/3c330ea5846ca02da36a0cb5a5c879364d28a267 Author: Greg Hudson Commit: 3c330ea5846ca02da36a0cb5a5c879364d28a267 Branch: master src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-)