diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-11-21 11:24:50 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-11-21 12:12:17 +0100 |
commit | cbc6ab9a043e471eb848e354544d17d0c3a20ec3 (patch) | |
tree | 3edaf08e84ef79371639fb0fc0a065d01d906e7b /debian/libstrongswan.install | |
parent | d14d4c1706b4b09c7b38ba4d7369f3486be6346a (diff) | |
download | vyos-strongswan-cbc6ab9a043e471eb848e354544d17d0c3a20ec3.tar.gz vyos-strongswan-cbc6ab9a043e471eb848e354544d17d0c3a20ec3.zip |
debian/libstrongswan.install: install MGF1 plugin
needed for RSASSA-PSS signatures support when using the gmp plugin
Diffstat (limited to 'debian/libstrongswan.install')
-rw-r--r-- | debian/libstrongswan.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/libstrongswan.install b/debian/libstrongswan.install index b3148670b..072ff7e08 100644 --- a/debian/libstrongswan.install +++ b/debian/libstrongswan.install @@ -7,6 +7,7 @@ usr/lib/ipsec/plugins/libstrongswan-fips-prf.so usr/lib/ipsec/plugins/libstrongswan-gmp.so usr/lib/ipsec/plugins/libstrongswan-hmac.so usr/lib/ipsec/plugins/libstrongswan-md5.so +usr/lib/ipsec/plugins/libstrongswan-mgf1.so usr/lib/ipsec/plugins/libstrongswan-nonce.so usr/lib/ipsec/plugins/libstrongswan-pgp.so usr/lib/ipsec/plugins/libstrongswan-pem.so @@ -31,6 +32,7 @@ usr/share/strongswan/templates/config/plugins/fips-prf.conf usr/share/strongswan/templates/config/plugins/gmp.conf usr/share/strongswan/templates/config/plugins/hmac.conf usr/share/strongswan/templates/config/plugins/md5.conf +usr/share/strongswan/templates/config/plugins/mgf1.conf usr/share/strongswan/templates/config/plugins/nonce.conf usr/share/strongswan/templates/config/plugins/pgp.conf usr/share/strongswan/templates/config/plugins/pem.conf @@ -54,6 +56,7 @@ etc/strongswan.d/charon/fips-prf.conf etc/strongswan.d/charon/gmp.conf etc/strongswan.d/charon/hmac.conf etc/strongswan.d/charon/md5.conf +etc/strongswan.d/charon/mgf1.conf etc/strongswan.d/charon/nonce.conf etc/strongswan.d/charon/pgp.conf etc/strongswan.d/charon/pem.conf |