From 23580d8190c18733b8092522a4e5c11321a1d8c05388e353d8907fbcbab4506f Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Tue, 4 Nov 2025 00:16:54 +0530 Subject: [PATCH 1/2] Enable ChaCha20/Poly1305 support through strongswan.spec (bsc#1093020) --- strongswan.spec | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.51.1 From d58907f9a1012a6c82d9caa8ea07e7e619ab81a61e13ad19ad87212f989cdb6a Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Tue, 4 Nov 2025 00:20:10 +0530 Subject: [PATCH 2/2] Enable ChaCha20/Poly1305 support through strongswan.spec (bsc#1093020) --- strongswan.changes | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.51.1