diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-06-28 13:07:11 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-06-28 13:07:11 +0200 |
commit | 496cdd2f989aab180a3812e39c6813bba90729aa (patch) | |
tree | 4aaced5f2068b90b731d8292cfbd3e77fa9fac36 /debian/control | |
parent | 9d40edaff68ea77938069800d2534a0c68930a70 (diff) | |
download | vyos-strongswan-496cdd2f989aab180a3812e39c6813bba90729aa.tar.gz vyos-strongswan-496cdd2f989aab180a3812e39c6813bba90729aa.zip |
move curve25519 plugin from libcharon-extra-plugins to libstrongswan-extra-plugins
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 0f188d9c0..0829c8cde 100644 --- a/debian/control +++ b/debian/control @@ -126,8 +126,8 @@ Architecture: any Depends: libstrongswan (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Breaks: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1) -Replaces: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1) +Breaks: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1), libcharon-extra-plugins (<= 5.5.3-1) +Replaces: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1), libcharon-extra-plugins (<= 5.5.3-1) Description: strongSwan utility and crypto library (extra plugins) The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. @@ -142,6 +142,7 @@ Description: strongSwan utility and crypto library (extra plugins) - cmac (CMAC cipher mode wrapper) - ctr (CTR cipher mode wrapper) - curl (libcurl based HTTP/FTP fetcher) + - curve25519 (support for Diffie-Hellman group 31 using Curve25519 and - gcrypt (Crypto backend based on libgcrypt, provides RSA/DH/ciphers/hashers/rng) - ldap (LDAP fetching plugin based on libldap) @@ -166,7 +167,6 @@ 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) |