strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2521748
)
configure: Include curve25519 in the pki default plugin list
author
Martin Willi
<martin@strongswan.org>
Wed, 29 Mar 2017 15:04:03 +0000
(17:04 +0200)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Wed, 26 Apr 2017 18:41:33 +0000
(20:41 +0200)
The plugin provides ed25519 public key support, and is required to generate
keys or sign certificates with pki.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
29988d3
..
5533b8e
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1362,7
+1362,7
@@
ADD_PLUGIN([gcrypt], [s charon scepclient pki scripts manager meds
ADD_PLUGIN([af-alg], [s charon scepclient pki scripts medsrv attest nm cmd aikgen])
ADD_PLUGIN([fips-prf], [s charon nm cmd])
ADD_PLUGIN([gmp], [s charon scepclient pki scripts manager medsrv attest nm cmd aikgen])
-ADD_PLUGIN([curve25519], [s charon scripts nm cmd])
+ADD_PLUGIN([curve25519], [s charon
pki
scripts nm cmd])
ADD_PLUGIN([agent], [s charon nm cmd])
ADD_PLUGIN([keychain], [s charon cmd])
ADD_PLUGIN([chapoly], [s charon scripts nm cmd])