aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-cmd/cmd/cmd_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure getpass() is availableTobias Brunner2014-05-291-1/+3
| | | | It's not on Android for example.
* charon-cmd: support prompting for a PINMartin Willi2013-09-031-4/+8
| | | | | To support a Password and PIN XAuth combo, additionally support multiple prompts for different credential types.
* charon-cmd: Add support for PKCS#12 filesTobias Brunner2013-05-081-1/+43
|
* charon-cmd: match_me/match_other are optional in callback credentialsTobias Brunner2013-05-081-1/+8
|
* charon-cmd: Request password for private keysTobias Brunner2013-05-081-0/+3
|
* charon-cmd: --agent optionally takes the path to an ssh-agent socketTobias Brunner2013-05-081-14/+14
| | | | If not given it is read from the SSH_AUTH_SOCK environment variable.
* agent: Use sshkey plugin to parse keys, adds support for ECDSATobias Brunner2013-05-071-1/+3
|
* charon-cmd: Add --agent option to authenticate using ssh-agent(1)Tobias Brunner2013-05-071-0/+68
| | | | | | The socket path is read from the SSH_AUTH_SOCK environment variable. So using this with sudo might require the -E command line (or an appropriate sudoers config) to preserve the environment.
* charon-cmd: add support for different IKEv1/IKEv2 authentication profilesMartin Willi2013-05-061-0/+3
|
* charon-cmd: prompt for EAP passwords on-demand using a callback credential setMartin Willi2013-05-061-0/+49
|
* charon-cmd: load certificates and RSA private keysMartin Willi2013-05-061-0/+117