Closed fhunleth closed 1 year ago
This fixes:
Ignoring unknown cipher flag: SHA256-CCMP
The problem was that the string contained PSK-SHA256-CCMP. The match for "PSK" came before "PSK-SHA256" so the parser erroneously picked it.
PSK-SHA256-CCMP
This fixes the issue, adds tests, and fixes a similar issue with EAP.
This fixes:
The problem was that the string contained
PSK-SHA256-CCMP
. The match for "PSK" came before "PSK-SHA256" so the parser erroneously picked it.This fixes the issue, adds tests, and fixes a similar issue with EAP.