Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Implement an acert command to issue attribute certificates | Martin Willi | 2014-03-31 | 1 | -0/+1 |
| | |||||
* | pki: Install pki(1) as utility directly in $prefix/bin | Tobias Brunner | 2013-09-13 | 1 | -1/+1 |
| | | | | ipsec pki is maintained as alias. | ||||
* | pki: Add ipsec-pki(8) man page | Tobias Brunner | 2013-09-13 | 1 | -0/+2 |
| | | | | | | | Can be opened either with "man ipsec pki" or "man ipsec-pki". Since man(1) only supports one level of subpages, the forthcoming man pages for each command will have to be opened with "man pki --<command>". | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -2/+2 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Add a pki command to sign, verify, encrypt and decrypt PKCS#7 containers | Martin Willi | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Added a --signcrl command to the pki utility | Martin Willi | 2010-05-21 | 1 | -0/+1 |
| | |||||
* | Added a --print command to pki that dumps different credentials | Martin Willi | 2010-05-20 | 1 | -0/+1 |
| | |||||
* | Fixing out-of-tree build after adding dependency to config.status. | Tobias Brunner | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Users of PLUGINS depend on config.status, rebuilding them if plugin ↵ | Martin Willi | 2010-04-29 | 1 | -1/+3 |
| | | | | configuration is updated | ||||
* | pki --req generates a PKCS#10 certificate request | Andreas Steffen | 2009-09-15 | 1 | -2/+7 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -2/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 1 | -1/+0 |
| | |||||
* | Use dynamic registration/usage invocation of command types | Martin Willi | 2009-09-10 | 1 | -2/+3 |
| | |||||
* | splitted PKI tool to a file per command | Martin Willi | 2009-09-10 | 1 | -1/+3 |
| | |||||
* | started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵ | Martin Willi | 2009-08-26 | 1 | -0/+9 |
generation |