keymat_v2: Explicitly clear key derived during EAP/PSK authentication

This commit is contained in:
Tobias Brunner
2026-07-24 08:47:37 +02:00
parent 7a1c801512
commit 4e7ade053e
+1 -1
View File
@@ -781,8 +781,8 @@ METHOD(keymat_v2_t, get_psk_sig, bool,
failure:
chunk_clear(&skp_ppk);
chunk_clear(&key);
chunk_free(&octets);
chunk_free(&key);
return success;
}