diff --git a/strongswan.changes b/strongswan.changes index 12e509e..0ea0104 100644 --- a/strongswan.changes +++ b/strongswan.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 3 18:48:31 UTC 2025 - Rahul Jain + +- Enable ChaCha20/Poly1305 support through strongswan.spec (bsc#1093020) + ------------------------------------------------------------------- Tue Oct 28 23:17:38 UTC 2025 - Jan Engelhardt diff --git a/strongswan.spec b/strongswan.spec index e264147..76c7063 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -523,6 +523,9 @@ fi %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/gcm.conf %if %{with gcrypt} %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/gcrypt.conf +%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/chapoly.conf +%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/mgf1.conf +%config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/ntru.conf %endif %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/gmp.conf %config(noreplace) %attr(600,root,root) %{strongswan_configs}/charon/ha.conf @@ -630,6 +633,9 @@ fi %{strongswan_plugins}/libstrongswan-gcm.so %if %{with gcrypt} %{strongswan_plugins}/libstrongswan-gcrypt.so +%{strongswan_plugins}/libstrongswan-chapoly.so +%{strongswan_plugins}/libstrongswan-mgf1.so +%{strongswan_plugins}/libstrongswan-ntru.so %endif %{strongswan_plugins}/libstrongswan-gmp.so %{strongswan_plugins}/libstrongswan-ha.so @@ -725,6 +731,9 @@ fi %{strongswan_templates}/config/plugins/gcm.conf %if %{with gcrypt} %{strongswan_templates}/config/plugins/gcrypt.conf +%{strongswan_templates}/config/plugins/chapoly.conf +%{strongswan_templates}/config/plugins/mgf1.conf +%{strongswan_templates}/config/plugins/ntru.conf %endif %{strongswan_templates}/config/plugins/gmp.conf %{strongswan_templates}/config/plugins/ha.conf