wpa_supplicant: Adding SAE modules with testcase

This change ports SAE(Simultaneous Authentication of Equals)
feature from wpa_supplicant and makes it work with mbedtls
crypto APIs. Currently only group 19 is supported. A sample
SAE handshake is included in the testcase. Other minor
changes for DH groups are also included.
This commit is contained in:
Sagar Bijwe
2019-11-11 16:50:04 +05:30
committed by bot
parent 54eeb77a56
commit aceb141d2b
14 changed files with 2399 additions and 41 deletions

View File

@@ -454,4 +454,6 @@ void * __hide_aliasing_typecast(void *foo);
#define WPA_MEM_DEFINED(ptr, len) do { } while (0)
#endif /* CONFIG_VALGRIND */
#define IANA_SECP256R1 19
#endif /* COMMON_H */