1
0
forked from pool/strongswan

Enable ChaCha20/Poly1305 support through strongswan.spec (bsc#1093020) #3

Merged
jengelh merged 2 commits from rjain/strongswan:chachapolyenable into master 2025-11-04 00:32:35 +01:00
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 3 18:48:31 UTC 2025 - Rahul Jain <rahul.jain@suse.com>
- Enable ChaCha20/Poly1305 support through strongswan.spec (bsc#1093020)
-------------------------------------------------------------------
Tue Oct 28 23:17:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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