openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
20.61k stars 10.57k forks source link

FS#1161 - Add Pre Shared Key to luci-proto-wireguard #6098

Closed openwrt-bot closed 7 years ago

openwrt-bot commented 7 years ago

lleachii:

Wireguard has the ability to use preshared key, in addition to the public key.

Please add the ability to place preshared key in peer configuration.

From Wireguard man page:

"PresharedKey — a base64 preshared key generated by wg genpsk. Optional, and may be omitted. This option adds an additional layer of symmetric-key cryptography to be mixed into the already existing public-key cryptography, for post-quantum resistance."

openwrt-bot commented 7 years ago

mkresin:

The PresharedKey option is already supported by LEDE.

But LuCI is an independent project and not part of LEDE base system. It is maintained at https://github.com/openwrt/luci/. Do not get confused by the fact that it is in the OpenWrt repository. LuCI is compatible to and used by OpenWrt as well as LEDE.

Would you please open a bug report at https://github.com/openwrt/luci/issues to make sure that the appropriate people get aware of the issue.