Files
strongswan-ext/src/libcharon/plugins/eap_ttls
Tobias Brunner 94e97eb183 eap-ttls: Fix memory leaks in error cases related to EAP-Identity handling
Should be rare that the eap-identity plugin is not loaded when
authenticating clients with EAP.  And the second error path will
currently never get used as `process()` always succeeds.

Fixes: 79f2102cb4 ("implemented server side support for EAP-TTLS")
2026-07-24 08:47:39 +02:00
..