SHA256
1
0
forked from pool/strongswan

Accepting request 1094809 from home:msaquib:branches:network:vpn

- Removed .hmac files + hmac integrity check logic from strongswan-hmac
  package as it is not mandated anymore by FIPS (boo#1185116)
- Removed folliwng files:
  [- strongswan_fipscheck.patch]
  [- fipscheck.sh.in]
  Note: strongswan-hmac package is not removed as it still provides a
  config file that doesn't allow non-fips approved algorithms

OBS-URL: https://build.opensuse.org/request/show/1094809
OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=153
This commit is contained in:
Mohd Saquib
2023-06-23 09:01:07 +00:00
committed by Git OBS Bridge
parent 8c5539213c
commit 26fbd0f033
5 changed files with 15 additions and 220 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 22 13:24:08 UTC 2023 - Mohd Saquib <mohd.saquib@suse.com>
- Removed .hmac files + hmac integrity check logic from strongswan-hmac
package as it is not mandated anymore by FIPS (boo#1185116)
- Removed folliwng files:
[- strongswan_fipscheck.patch]
[- fipscheck.sh.in]
Note: strongswan-hmac package is not removed as it still provides a
config file that doesn't allow non-fips approved algorithms
-------------------------------------------------------------------
Mon Jun 12 15:54:53 UTC 2023 - Jan Engelhardt <jengelh@inai.de>