Enable WPA-EAP-SUITE-B-192 ciphers

Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
Antonio Cardace 2020-12-17 14:38:13 +01:00
parent 5e4c7a9e70
commit 6cc245db17
2 changed files with 10 additions and 9 deletions

View File

@ -4,11 +4,9 @@ Date: Fri, 6 Sep 2019 09:46:00 +0200
Subject: [PATCH] defconfig: Fedora configuration Subject: [PATCH] defconfig: Fedora configuration
--- ---
wpa_supplicant/defconfig | 13 +++++++------ wpa_supplicant/defconfig | 16 +++++++++-------
1 file changed, 7 insertions(+), 6 deletions(-) 1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index cdfb197..83c992a 100644
--- a/wpa_supplicant/defconfig --- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig
@@ -77,7 +77,7 @@ CONFIG_DRIVER_WIRED=y @@ -77,7 +77,7 @@ CONFIG_DRIVER_WIRED=y
@ -73,7 +71,7 @@ index cdfb197..83c992a 100644
# Background scanning modules # Background scanning modules
# These can be used to request wpa_supplicant to perform background scanning # These can be used to request wpa_supplicant to perform background scanning
@@ -607,7 +608,7 @@ CONFIG_BGSCAN_SIMPLE=y @@ -607,9 +608,10 @@ CONFIG_BGSCAN_SIMPLE=y
# Opportunistic Wireless Encryption (OWE) # Opportunistic Wireless Encryption (OWE)
# Experimental implementation of draft-harkins-owe-07.txt # Experimental implementation of draft-harkins-owe-07.txt
@ -82,6 +80,6 @@ index cdfb197..83c992a 100644
# Device Provisioning Protocol (DPP) # Device Provisioning Protocol (DPP)
# This requires CONFIG_IEEE80211W=y to be enabled, too. (see # This requires CONFIG_IEEE80211W=y to be enabled, too. (see
-- # wpa_supplicant/README-DPP for details)
2.21.0 CONFIG_DPP=y
+CONFIG_SUITEB192=y

View File

@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant Name: wpa_supplicant
Epoch: 1 Epoch: 1
Version: 2.9 Version: 2.9
Release: 7%{?dist} Release: 8%{?dist}
License: BSD License: BSD
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
Source1: wpa_supplicant.conf Source1: wpa_supplicant.conf
@ -196,6 +196,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%changelog %changelog
* Thu Dec 17 2020 Antonio Cardace <acardace@redhat.com> - 1:2.9-8
- Enable WPA-EAP-SUITE-B-192 cipher suite
* Thu Dec 17 2020 Davide Caratti <dcaratti@redhat.com> - 1:2.9-7 * Thu Dec 17 2020 Davide Caratti <dcaratti@redhat.com> - 1:2.9-7
- fix build on ELN target (rh #1902609) - fix build on ELN target (rh #1902609)