#8 Enable WPA-EAP-SUITE-B-192 ciphers
Merged 3 years ago by dcaratti. Opened 3 years ago by acardace.
rpms/ acardace/wpa_supplicant add_config_suite_b_192  into  master

file modified
+6 -8
@@ -4,11 +4,9 @@ 

  Subject: [PATCH] defconfig: Fedora configuration

  

  ---

-  wpa_supplicant/defconfig | 13 +++++++------

-  1 file changed, 7 insertions(+), 6 deletions(-)

+  wpa_supplicant/defconfig | 16 +++++++++-------

+  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

  +++ b/wpa_supplicant/defconfig

  @@ -77,7 +77,7 @@ CONFIG_DRIVER_WIRED=y
@@ -73,7 +71,7 @@ 

   

   # Background scanning modules

   # 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)

   # Experimental implementation of draft-harkins-owe-07.txt
@@ -82,6 +80,6 @@ 

   

   # Device Provisioning Protocol (DPP)

   # This requires CONFIG_IEEE80211W=y to be enabled, too. (see

- -- 

- 2.21.0

- 

+  # wpa_supplicant/README-DPP for details)

+  CONFIG_DPP=y

+ +CONFIG_SUITEB192=y

file modified
+4 -1
@@ -9,7 +9,7 @@ 

  Name: wpa_supplicant

  Epoch: 1

  Version: 2.9

- Release: 7%{?dist}

+ Release: 8%{?dist}

  License: BSD

  Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz

  Source1: wpa_supplicant.conf
@@ -196,6 +196,9 @@ 

  

  

  %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

  - fix build on ELN target (rh #1902609)