1
0
mirror of https://github.com/max-moser/network-manager-wireguard.git synced 2025-02-20 06:46:21 +03:00
Max Moser 2470f6ad1f Fix issue with PSK and add checks for Base64 keys
Write PresharedKey to [Peer] section instead of [Interface] on export, as it should be.
Change ConnectionEditor UI accordingly to reflect this change.
Add check for proper length and Base64 encoding of keys (public, private, PSK).
2018-04-05 13:58:07 +02:00
..
2017-11-06 13:02:05 +01:00
2017-11-06 13:02:05 +01:00
2017-11-06 13:02:05 +01:00

The files in the "shared/" directory are used by all components
inside the VPN plugin repository (src, properties, auth-dialog).

The files in shared/nm-utils are copied from NetworkManager
repository and used as is:
Do *not* modify these files locally so that they don't diverge
from their original. Fix/extend them in their respective origin
first, and re-import the files as a whole.