]> git.ipfire.org Git - thirdparty/hostap.git/history - src/common/sae.c
SAE: Fix peer-commit-scalar reuse check
[thirdparty/hostap.git] / src / common / sae.c
2020-02-08  Jouni MalinenSAE: Fix peer-commit-scalar reuse check
2020-01-21  Jouni MalinenSAE: Use Anti-Clogging Token Container element with H2E
2020-01-20  Jouni MalinenSAE: Mark sae_derive_pt_ecc() static
2019-11-23  Jouni MalinenSAE H2E: Update SSWU curve-specific parameter z values
2019-10-25  Jouni MalinenSAE: Drop sqrt() alternative from SSWU (H2E)
2019-10-15  Jouni MalinenSAE: Add Rejected Groups element into H2E Commit
2019-10-15  Jouni MalinenSAE: Hash algorithm selection for H2E KCK/CN()
2019-10-15  Jouni MalinenSAE: Implement hash-to-element PT/PWE crypto routines
2019-10-14  Jouni MalinenSAE: Parse Rejected Groups element from H2E SAE commit
2019-10-14  Jouni MalinenSAE: Tell sae_parse_commit() whether H2E is used
2019-09-08  Jouni MalinenSAE: Return result from confirm CN() operation to the...
2019-08-05  Jouni MalinenSAE: Fix order_len for FFC groups
2019-08-03  Jouni MalinenSAE: Fix KCK, PMK, and PMKID derivation for groups...
2019-07-23  Jouni Malinendragonfly: SAE/EAP-pwd min PWE derivation iteration...
2019-07-02  Jouni MalinenSAE: Run through prf result processing even if it ...
2019-04-26  Jouni MalinenShare common SAE and EAP-pwd functionality: own scalar...
2019-04-25  Jouni MalinenShare common SAE and EAP-pwd functionality: is_quadrati...
2019-04-25  Jouni MalinenShare common SAE and EAP-pwd functionality: random...
2019-04-25  Jouni MalinenShare common SAE and EAP-pwd functionality: random...
2019-04-25  Jouni MalinenShare common SAE and EAP-pwd functionality: suitable...
2019-04-25  Jouni MalinenShare a single buf_shift_right() implementation
2019-04-25  Jouni MalinenSAE: Use const_time_memcmp() for pwd_value >= prime...
2019-04-09  Jouni MalinenSAE: Fix confirm message validation in error cases
2019-04-09  Jouni MalinenSAE: Use constant time operations in sae_test_pwd_seed_...
2019-04-09  Jouni MalinenSAE: Use const_time selection for PWE in FFC
2019-04-09  Jouni MalinenSAE: Mask timing of MODP groups 22, 23, 24
2019-04-09  Jouni MalinenSAE: Avoid branches in is_quadratic_residue_blind()
2019-04-09  Jouni MalinenSAE: Minimize timing differences in PWE derivation
2019-04-08  Jouni MalinenSAE: Reject unsuitable groups based on REVmd changes
2018-05-19  Jouni MalinenSAE: Add support for using the optional Password Identifier
2018-03-02  Jouni MalinenSAE: Debug print group support in the crypto library
2017-12-27  Jouni MalinenSAE: Set special Sc value when moving to Accepted state
2017-12-26  Jouni MalinenSAE: Print state changes in debug log
2016-03-27  Jouni MalinenSAE: Check SHA256-PRF operation result
2016-03-27  Jouni MalinenSAE: Remove dead code in FFC pwd-value derivation
2015-12-28  Bob Copelandmesh: Fix PMKID to match the standard
2015-10-25  Jouni MalinenSAE: Avoid undefined behavior in pointer arithmetic
2015-06-27  Jouni MalinenSAE: Reject FFC commit-element with value p-1
2015-06-27  Jouni MalinenSAE: Reject commit-scalar value 1
2015-06-26  Jouni MalinenSAE: Use random "password" in extra hunting-and-pecking...
2015-06-26  Jouni MalinenSAE: Add side-channel protection to PWE derivation...
2015-06-25  Jouni MalinenSAE: Increase security parameter k to 40 based on Drago...
2015-06-25  Jouni MalinenSAE: Fix PWE generation to use minimum loop count ...
2015-06-23  Jouni MalinenSAE: Merge sae_derive_commit() error case return statements
2015-06-23  Jouni MalinenSAE: Merge sae_get_rand() error case return statements
2015-06-23  Jouni MalinenSAE: Verify that own/peer commit-scalar and COMMIT...
2015-06-21  Jouni MalinenSAE: Simplify sae_prepare_commit() error path
2014-12-29  Jouni MalinenSAE: Clear keys from memory on disassociation
2014-11-25  Masashi HonmaSAE: Fix Anti-Clogging Token request frame format
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