]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add PEM password prompter callback in PKINIT
authorNalin Dahyabhai <nalin@redhat.com>
Fri, 15 Mar 2013 16:05:56 +0000 (12:05 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 15 Mar 2013 16:07:10 +0000 (12:07 -0400)
commita8eec52a13ba108b8855aef8cf9dafeb37811d2e
treee6ef8fa61a21f022a2c0a8d25ce5cba382729e74
parent5bd6230bb2474bbed754c6d95eeee9c47c461d2c
Add PEM password prompter callback in PKINIT

Supply a callack to PEM_read_bio_PrivateKey() using the prompter to
request a password for encrypted PEM data.  Otherwise OpenSSL will use
the controlling terminal.

[ghudson@mit.edu: minor style cleanup, commit message]

ticket: 7590
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c