Package: libcharon-extra-plugins
Version: 5.5.1-4+deb9u1
Severity: wishlist

Please enable certificate coupling plugin in the libcharon-extra-plugins package. A basic patch to enable plugin is attached.

Thank You
diff -Nur debian-old/control debian/control
--- debian-old/control  2017-08-03 22:23:40.000000000 +0300
+++ debian/control      2018-03-27 08:37:28.726611916 +0300
@@ -163,6 +163,7 @@
   - addrblock (Narrow traffic selectors to RFC 3779 address blocks in X.509
     certificates)
   - certexpire (Export expiration dates of used certificates)
+  - coupling (Certificate coupling)
   - 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 -Nur debian-old/libcharon-extra-plugins.install 
debian/libcharon-extra-plugins.install
--- debian-old/libcharon-extra-plugins.install  2017-08-03 22:23:40.000000000 
+0300
+++ debian/libcharon-extra-plugins.install      2018-03-27 09:11:26.087039608 
+0300
@@ -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-coupling.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 @@
 # 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/coupling.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 @@
 etc/strongswan.d/tnc.conf
 etc/strongswan.d/charon/addrblock.conf
 etc/strongswan.d/charon/certexpire.conf
+etc/strongswan.d/charon/coupling.conf
 etc/strongswan.d/charon/eap-*.conf
 etc/strongswan.d/charon/error-notify.conf
 etc/strongswan.d/charon/ha.conf
diff -Nur debian-old/rules debian/rules
--- debian-old/rules    2017-08-03 22:23:40.000000000 +0300
+++ debian/rules        2018-03-27 08:34:43.479822230 +0300
@@ -9,6 +9,7 @@
                --enable-ccm \
                --enable-certexpire \
                --enable-cmd \
+               --enable-coupling \
                --enable-ctr \
                --enable-curl \
                --enable-eap-aka \

Reply via email to