Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure getpass() is available | Tobias Brunner | 2014-05-29 | 1 | -1/+3 |
| | | | | It's not on Android for example. | ||||
* | charon-cmd: support prompting for a PIN | Martin Willi | 2013-09-03 | 1 | -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 files | Tobias Brunner | 2013-05-08 | 1 | -1/+43 |
| | |||||
* | charon-cmd: match_me/match_other are optional in callback credentials | Tobias Brunner | 2013-05-08 | 1 | -1/+8 |
| | |||||
* | charon-cmd: Request password for private keys | Tobias Brunner | 2013-05-08 | 1 | -0/+3 |
| | |||||
* | charon-cmd: --agent optionally takes the path to an ssh-agent socket | Tobias Brunner | 2013-05-08 | 1 | -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 ECDSA | Tobias Brunner | 2013-05-07 | 1 | -1/+3 |
| | |||||
* | charon-cmd: Add --agent option to authenticate using ssh-agent(1) | Tobias Brunner | 2013-05-07 | 1 | -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 profiles | Martin Willi | 2013-05-06 | 1 | -0/+3 |
| | |||||
* | charon-cmd: prompt for EAP passwords on-demand using a callback credential set | Martin Willi | 2013-05-06 | 1 | -0/+49 |
| | |||||
* | charon-cmd: load certificates and RSA private keys | Martin Willi | 2013-05-06 | 1 | -0/+117 |