No description
Find a file
Doby Asa 3679dc0ec3 tmp
2025-12-05 07:02:21 -08:00
.vscode init 2025-12-04 18:11:32 +08:00
docs doc, types: Add mka-types doc, add MkaVersionIdent. 2025-12-04 18:15:34 +08:00
src tmp 2025-12-05 07:02:21 -08:00
.gitignore feat(mka_types): add PacketNumber32, LowestAcceptablePn32 and Default impls 2025-12-05 11:42:25 +08:00
Cargo.lock doc, types: Add mka-types doc, add MkaVersionIdent. 2025-12-04 18:15:34 +08:00
Cargo.toml doc, types: Add mka-types doc, add MkaVersionIdent. 2025-12-04 18:15:34 +08:00

Supported Standards and Use Cases

  • MKA as defined in IEEE 802.1X-2020 Clauses 912; initially targeting unicast CA and small-scale deployments
  • MACsec data plane is delegated to the Linux kernel macsec module (ip macsec / driver)

MVP Scope

  • Pre-shared CAK/CKN (PSK) only; no EAP integration
  • Point-to-point and small-scale multi-peer topologies only; complex multicast optimizations are out of scope
  • Default cipher suite (GCM-AES-128); XPN is not supported initially

Explicitly Out of Scope (Deferred)

  • Full 802.1X Authenticator/Supplicant implementation; only MKA is implemented
  • Custom MACsec data plane; relies on ip macsec / driver via system calls