mesh: Fix SAE anti-clogging functionality for mesh
[mech_eap.git] / src / common / sae.c
2014-11-25 Masashi Honmamesh: Fix SAE anti-clogging functionality for mesh
2014-07-02 Jouni MalinenSAE: Use os_memcmp_const() for hash/password comparisons
2014-05-31 Jouni MalinenSAE: Fix memory leak in random number generation
2014-02-12 Jouni MalinenFix SAE state validation on AP
2013-12-29 Jouni MalinenSAE: Fix ECC element y coordinate validation step
2013-12-29 Jouni MalinenEnable FT with SAE
2013-11-02 Jouni MalinenSAE: Fix group selection
2013-03-10 Jouni MalinenSAE: Add forgotten commit element validation step for...
2013-03-10 Jouni MalinenSAE: Move commit element validation steps into single...
2013-01-12 Jouni MalinenSAE: Move temporary data into a separate data structure
2013-01-12 Jouni MalinenSAE: Free temporary buffers when moving to Accepted...
2013-01-12 Jouni MalinenSAE: Remove unnecessary sae_derive_k() wrapper
2013-01-12 Jouni MalinenSAE: Clean up exponent calculation for PWE
2013-01-12 Jouni MalinenSAE: Share more commit value derivation between FFC...
2013-01-12 Jouni MalinenSAE: Replace comparison to one with crypto_bignum wrapper
2013-01-12 Jouni MalinenSAE: Rename and move ECC/FFC functions to be next to...
2013-01-12 Jouni MalinenSAE: Remove duplicated SAE field debug dumps
2013-01-12 Jouni MalinenSAE: Store commit elements as EC point or bignum instea...
2013-01-12 Jouni MalinenSAE: Validate peer commit values as part of parsing...
2013-01-12 Jouni MalinenSAE: Split sae_parse_commit() into helper functions
2013-01-12 Jouni MalinenSAE: Store commit scalars as bignum instead of octet...
2013-01-12 Jouni MalinenSAE: Store PWE as EC point or bignum instead of octet...
2013-01-12 Jouni MalinenSAE: Use more generic random bignum generation
2013-01-12 Jouni MalinenSAE: Store rand value as bignum instead of octet string
2013-01-12 Jouni MalinenSAE: Add support for FFC groups that do not use a safe...
2013-01-12 Jouni MalinenSAE: Add support for FFC groups
2013-01-12 Jouni MalinenSAE: Maintain bignum of group order and prime in contex...
2013-01-12 Jouni MalinenSAE: Allow enabled groups to be configured
2013-01-12 Jouni MalinenSAE: Add support for ECC group 21 (521-bit random ECP...
2013-01-12 Jouni MalinenSAE: Fix PWE loop termination on excessive iterations
2013-01-12 Jouni MalinenSAE: Set pwd-value length based on prime length
2013-01-12 Jouni MalinenSAE: Use EC group context to get the group prime
2013-01-12 Jouni MalinenSAE: Use EC group context for peer-commit-scalar validation
2013-01-12 Jouni MalinenSAE: Use EC group context for random number generation
2013-01-12 Jouni MalinenSAE: Store the group order in EC context data
2013-01-12 Jouni MalinenSAE: Use defines for key lengths
2013-01-12 Jouni MalinenSAE: Add a define for maximum supported prime length
2013-01-12 Jouni MalinenSAE: Use sae->prime_len instead of hardcoded 32
2013-01-12 Jouni MalinenSAE: Use the EC context from struct sae_data
2013-01-12 Jouni MalinenSAE: Maintain EC group context in struct sae_data
2013-01-12 Jouni MalinenSAE: Use crypto wrappers instead of direct OpenSSL...
2013-01-12 Jouni MalinenSAE: Add support for Anti-Clogging mechanism
2013-01-12 Jouni MalinenSAE: Do not allow re-use of peer-scalar in a new protoc...
2013-01-12 Jouni MalinenSAE: Add processing of the confirm message
2013-01-12 Jouni MalinenSAE: Add generation of the confirm message fields
2013-01-12 Jouni MalinenSAE: Add processing of the commit message
2013-01-12 Jouni MalinenSAE: Add generation of the commit message fields