]> git.ipfire.org Git - thirdparty/hostap.git/history - src/common/sae.h
EAP-TLS server: Add application data to indicate end of v1.3 handshake
[thirdparty/hostap.git] / src / common / sae.h
2019-03-06  Jouni MalinenSAE: Reuse previously generated PWE on a retry with...
2019-02-17  Jouni MalinenSAE: VLAN assignment based on SAE Password Identifier
2018-05-19  Jouni MalinenSAE: Add support for using the optional Password Identifier
2017-12-27  Jouni MalinenSAE: Add Rc variable and peer send-confirm validation
2017-12-26  Jouni MalinenSAE: Print state changes in debug log
2017-12-26  Jouni MalinenSAE: Make dot11RSNASAESync configurable
2015-12-28  Bob Copelandmesh: Fix PMKID to match the standard
2015-06-23  Jouni MalinenSAE: Verify that own/peer commit-scalar and COMMIT...
2015-01-10  Bob CopelandSAE: Implement retransmission timer
2014-11-25  Masashi HonmaSAE: Fix Anti-Clogging Token request frame format
2014-11-25  Masashi Honmamesh: Fix SAE anti-clogging functionality for mesh
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: Store commit elements as EC point or bignum instea...
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: 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: Add support for additional ECC groups
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: Maintain EC group context in struct sae_data
2013-01-12  Jouni MalinenSAE: Add support for Anti-Clogging mechanism
2013-01-12  Jouni MalinenSAE: Rename state variables to match IEEE 802.11 standard
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
2013-01-12  Jouni MalinenSAE: Use a shared data structure for AP and station