Jouni Malinen
|
301ed630a8
Replace macros with inline functions for WPA_{GET,PUT}_{BE,LE}*
|
12 years ago |
Jouni Malinen
|
cbf61176ed
Add more debug info if wpa_supplicant_set_suites() fails
|
12 years ago |
Jouni Malinen
|
9c75e9fb81
WPS: Verify wpa_config_set() return value more consistently
|
12 years ago |
Jouni Malinen
|
559cdabb0f
Use more explicit way of copying pointer value to a buffer
|
12 years ago |
Jouni Malinen
|
a50414c322
SAE: Check random_get_bytes() return value
|
12 years ago |
Jouni Malinen
|
4954c859ea
SAE: Indicate used group in ctrl_iface STATUS
|
12 years ago |
Jouni Malinen
|
625f202a74
SAE: Allow enabled groups to be configured
|
12 years ago |
Jouni Malinen
|
e056f93e60
Update copyright notices to include year 2013
|
12 years ago |
Jouni Malinen
|
cd9c2714e7
SAE: Add support for ECC group 21 (521-bit random ECP group)
|
12 years ago |
Jouni Malinen
|
bf14657b9f
SAE: Add support for additional ECC groups
|
12 years ago |
Jouni Malinen
|
cbf9f4c642
SAE: Fix PWE loop termination on excessive iterations
|
12 years ago |
Jouni Malinen
|
d5f5fa86e4
SAE: Set pwd-value length based on prime length
|
12 years ago |
Jouni Malinen
|
a55f2eef71
SAE: Use EC group context to get the group prime
|
12 years ago |
Jouni Malinen
|
09200a1166
SAE: Use EC group context for peer-commit-scalar validation
|
12 years ago |
Jouni Malinen
|
c5eb5b1999
SAE: Use EC group context for random number generation
|
12 years ago |
Jouni Malinen
|
ce46ec8df0
SAE: Store the group order in EC context data
|
12 years ago |
Jouni Malinen
|
4925b303db
SAE: Use defines for key lengths
|
12 years ago |
Jouni Malinen
|
7babd2539c
SAE: Add a define for maximum supported prime length
|
12 years ago |
Jouni Malinen
|
12e06dc228
SAE: Use sae->prime_len instead of hardcoded 32
|
12 years ago |
Jouni Malinen
|
19a5bd0a25
SAE: Use the EC context from struct sae_data
|
12 years ago |
Jouni Malinen
|
a46d72d7d7
SAE: Maintain EC group context in struct sae_data
|
12 years ago |
Jouni Malinen
|
aadabe7045
SAE: Use crypto wrappers instead of direct OpenSSL calls
|
12 years ago |
Jouni Malinen
|
619c70a0b2
crypto: Add wrappers for OpenSSL BIGNUM and EC_POINT
|
12 years ago |
Jouni Malinen
|
d136c376f2
SAE: Add support for Anti-Clogging mechanism
|
12 years ago |
Jouni Malinen
|
4838ff3ef4
SAE: Do not allow re-use of peer-scalar in a new protocol instance
|
12 years ago |
Jouni Malinen
|
dd43026a19
SAE: Rename state variables to match IEEE 802.11 standard
|
12 years ago |
Jouni Malinen
|
47b55a3ef5
SAE: Use PMK in 4-way handshake
|
12 years ago |
Jouni Malinen
|
f2e9818f73
SAE: Add processing of the confirm message
|
12 years ago |
Jouni Malinen
|
fb8fcc2950
SAE: Add generation of the confirm message fields
|
12 years ago |
Jouni Malinen
|
146f6c9a00
SAE: Add processing of the commit message
|
12 years ago |