summaryrefslogtreecommitdiff
path: root/src/common/sae.h
Commit message (Expand)AuthorAgeFilesLines
* SAE: Verify that own/peer commit-scalar and COMMIT-ELEMENT are differentJouni Malinen2015-06-231-0/+3
* SAE: Implement retransmission timerBob Copeland2015-01-101-0/+1
* SAE: Fix Anti-Clogging Token request frame formatMasashi Honma2014-11-251-0/+1
* mesh: Fix SAE anti-clogging functionality for meshMasashi Honma2014-11-251-0/+1
* SAE: Move temporary data into a separate data structureJouni Malinen2013-01-121-6/+10
* SAE: Free temporary buffers when moving to Accepted stateJouni Malinen2013-01-121-0/+1
* SAE: Store commit elements as EC point or bignum instead of octet stringJouni Malinen2013-01-121-2/+5
* SAE: Store commit scalars as bignum instead of octet stringJouni Malinen2013-01-121-2/+2
* SAE: Store PWE as EC point or bignum instead of octet stringJouni Malinen2013-01-121-1/+2
* SAE: Store rand value as bignum instead of octet stringJouni Malinen2013-01-121-2/+1
* SAE: Add support for FFC groups that do not use a safe primeJouni Malinen2013-01-121-1/+1
* SAE: Add support for FFC groupsJouni Malinen2013-01-121-1/+5
* SAE: Maintain bignum of group order and prime in context dataJouni Malinen2013-01-121-0/+2
* SAE: Allow enabled groups to be configuredJouni Malinen2013-01-121-1/+1
* SAE: Add support for ECC group 21 (521-bit random ECP group)Jouni Malinen2013-01-121-2/+2
* SAE: Add support for additional ECC groupsJouni Malinen2013-01-121-1/+1
* SAE: Use defines for key lengthsJouni Malinen2013-01-121-2/+6
* SAE: Add a define for maximum supported prime lengthJouni Malinen2013-01-121-8/+9
* SAE: Maintain EC group context in struct sae_dataJouni Malinen2013-01-121-0/+6
* SAE: Add support for Anti-Clogging mechanismJouni Malinen2013-01-121-2/+4
* SAE: Rename state variables to match IEEE 802.11 standardJouni Malinen2013-01-121-1/+1
* SAE: Add processing of the confirm messageJouni Malinen2013-01-121-0/+1
* SAE: Add generation of the confirm message fieldsJouni Malinen2013-01-121-0/+2
* SAE: Add processing of the commit messageJouni Malinen2013-01-121-0/+6
* SAE: Add generation of the commit message fieldsJouni Malinen2013-01-121-0/+11
* SAE: Use a shared data structure for AP and stationJouni Malinen2013-01-121-0/+17