1
0
forked from pool/strongswan

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

- Added patch to fix a vulnerability in incorrectly accepted
  untrusted public key with incorrect refcount
  (CVE-2023-26463 boo#1208608)
  [+ CVE-2023-26463_tls_auth_bypass_exp_pointer.patch]

OBS-URL: https://build.opensuse.org/request/show/1068696
OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=143
This commit is contained in:
Mohd Saquib 2023-03-02 13:26:11 +00:00 committed by Git OBS Bridge
parent fe861579d5
commit e8a63e6496

View File

@ -1,8 +1,10 @@
-------------------------------------------------------------------
Thu Mar 2 12:26:39 UTC 2023 - Mohd Saquib <mohd.saquib@suse.com>
- Fixed a vulnerability in incorrectly accepted untrusted public key
with incorrect refcount (CVE-2023-26463 boo#1208608).
- Added patch to fix a vulnerability in incorrectly accepted
untrusted public key with incorrect refcount
(CVE-2023-26463 boo#1208608)
[+ CVE-2023-26463_tls_auth_bypass_exp_pointer.patch]
-------------------------------------------------------------------
Tue Jan 3 13:22:12 UTC 2023 - Jan Engelhardt <jengelh@inai.de>