mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Infix key format identities now derive from the IETF bases, so the standard identityref accepts them without any need for deviations. This also preserves the nacm default rules, which were inadvertently dropped before. Also rename format identities for generality: - wifi-preshared-key-format -> renamed: 'passphrase-key-format' - wireguard-symmetric-key-format -> use IETF 'octet-string-key-format' Since cleartext-symmetric-key is now type binary (base64-encoded), the WiFi backends (station and AP) decode values before passing them to wpa_supplicant and hostapd. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>