mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -05:00
43d8592718
macsec_validate variable was set incorrectly to FALSE(0) or TRUE(1) instead of the enum validate_frames values (Disabled(0), Checked(1), Strict(2). This ended up policy == SHOULD_SECURE to be mapped to macsec_validate == Checked instead of Strict. This could have resulted in unintended SecY forwarding of invalid packets rather than dropping them. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> |
||
---|---|---|
.. | ||
ieee802_1x_cp.c | ||
ieee802_1x_cp.h | ||
ieee802_1x_kay_i.h | ||
ieee802_1x_kay.c | ||
ieee802_1x_kay.h | ||
ieee802_1x_key.c | ||
ieee802_1x_key.h | ||
ieee802_1x_secy_ops.c | ||
ieee802_1x_secy_ops.h | ||
Makefile |