strongswan/src/swanctl
Tobias Brunner 30d47ea4cb swanctl: Support any key type for decrypted keys
The previous code required explicit support for a particular key type,
of which Ed25519 and Ed448 were missing.  While a fallback to `any` would
have been possible (this is already the case for unencrypted keys in the
`private` and `pkcs8` directories, which are not parsed by swanctl), it's
not necessary (as long as swanctl and the daemon are from the same release)
and does not require the daemon to detect the key type again.

Fixes #3586.
2020-10-27 11:17:44 +01:00
..
commands swanctl: Support any key type for decrypted keys 2020-10-27 11:17:44 +01:00
.gitignore swanctl: Add a swanctl command overview manpage 2014-05-07 15:48:17 +02:00
Makefile.am swanctl: Add --counters command 2017-11-08 16:28:28 +01:00
command.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
command.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
swanctl.8.in swanctl: Add --rekey command 2017-02-16 19:24:09 +01:00
swanctl.c swanctl: Make credential directories relative to swanctl.conf 2018-12-14 09:11:14 +01:00
swanctl.conf.5.head.in conf: Document reference syntax 2018-06-27 14:19:35 +02:00
swanctl.conf.5.tail.in swanctl: Generate swanctl.conf(5) man page 2014-05-07 15:48:16 +02:00
swanctl.h swanctl: Add missing `extern` for `swanctl_dir` variable in header 2020-01-28 15:29:40 +01:00
swanctl.opt swanctl: Document the remote ca_id option for identity based CA constraints 2019-12-06 10:07:46 +01:00