diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-04-01 17:13:14 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-04-01 18:55:29 +0200 |
commit | 6ddc3ca382a67e8d413543d79dbb04728883d94a (patch) | |
tree | 965b97a3634c4a839125926576f1d8e96eef5c9c /debian | |
parent | 87e056ed1641aae701a57d0cba69c6a086bf49b5 (diff) | |
download | vyos-strongswan-6ddc3ca382a67e8d413543d79dbb04728883d94a.tar.gz vyos-strongswan-6ddc3ca382a67e8d413543d79dbb04728883d94a.zip |
include curve25519 plugin.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libcharon-extra-plugins.install | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 96c3cfb1c..3bed30c3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ strongswan (5.5.2-1) UNRELEASED; urgency=medium * New upstream release. * debian/patches/03_systemd-service refreshed. + * debian/libcharon-extra-plugins.install: + - include curve25519 plugin. -- Yves-Alexis Perez <corsac@debian.org> Sat, 01 Apr 2017 16:26:52 +0200 diff --git a/debian/control b/debian/control index 391d61537..ed378d8a6 100644 --- a/debian/control +++ b/debian/control @@ -163,6 +163,8 @@ Description: strongSwan charon library (extra plugins) - addrblock (Narrow traffic selectors to RFC 3779 address blocks in X.509 certificates) - certexpire (Export expiration dates of used certificates) + - curve25519 (support for Diffie-Hellman group 31 using Curve25519 and + support for the Ed25519 digital signature algorithm for IKEv2) - eap-aka (Generic EAP-AKA protocol handler using different backends) - eap-gtc (EAP-GTC protocol handler authenticating with XAuth backends) - eap-identity (EAP-Identity identity exchange algorithm, to use with other diff --git a/debian/libcharon-extra-plugins.install b/debian/libcharon-extra-plugins.install index 7b0bd2be6..7cdab1bdf 100644 --- a/debian/libcharon-extra-plugins.install +++ b/debian/libcharon-extra-plugins.install @@ -1,6 +1,7 @@ # libcharon plugins usr/lib/ipsec/plugins/libstrongswan-addrblock.so usr/lib/ipsec/plugins/libstrongswan-certexpire.so +usr/lib/ipsec/plugins/libstrongswan-curve25519.so usr/lib/ipsec/plugins/libstrongswan-eap*.so usr/lib/ipsec/plugins/libstrongswan-error-notify.so usr/lib/ipsec/plugins/libstrongswan-ha.so @@ -14,6 +15,7 @@ usr/lib/ipsec/plugins/libstrongswan-xauth-*.so # standard configuration files usr/share/strongswan/templates/config/plugins/addrblock.conf usr/share/strongswan/templates/config/plugins/certexpire.conf +usr/share/strongswan/templates/config/plugins/curve25519.conf usr/share/strongswan/templates/config/plugins/eap-*.conf usr/share/strongswan/templates/config/plugins/error-notify.conf usr/share/strongswan/templates/config/plugins/ha.conf @@ -28,6 +30,7 @@ usr/share/strongswan/templates/config/strongswan.d/tnc.conf etc/strongswan.d/tnc.conf etc/strongswan.d/charon/addrblock.conf etc/strongswan.d/charon/certexpire.conf +etc/strongswan.d/charon/curve25519.conf etc/strongswan.d/charon/eap-*.conf etc/strongswan.d/charon/error-notify.conf etc/strongswan.d/charon/ha.conf |