Skip to content

configs: enable CONFIG_WIREGUARD

Hangbin Liu requested to merge (removed):bz1613522_wireguard into os-build

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1613522 Upstream: RHEL only

Enable CONFIG_WIREGUARD as requested in the bugzilla. Configs CONFIG_CRYPTO_LIB_BLAKE2S, CONFIG_CRYPTO_LIB_CHACHA20POLY1305, CONFIG_CRYPTO_LIB_CURVE25519 are needed by wireguard.

Remove the fedora specific configs and enable them in common folder. Do not enable it on zfcpdump as it has "#CONFIG_INET is not set".

Disabling wireguard in FIPS mode will be fixed in another bug.

Signed-off-by: Hangbin Liu haliu@redhat.com

Merge request reports