Skip to content

crypto: support elliptic curve private keys

Georg Müller requested to merge georgmu/NetworkManager:ec-private-keys into main

NetworkManager currently fails to load elliptic curve private keys, but wpa_supplicant understands them.

This merge request adds support for parsing EC private keys.

Merge request reports