]> git.ipfire.org Git - thirdparty/hostap.git/history - src/eap_common/eap_pwd_common.c
ASN.1: Helper functions for building DER encoded data
[thirdparty/hostap.git] / src / eap_common / eap_pwd_common.c
2019-07-02  Jouni MalinenEAP-pwd: Run through prf result processing even if...
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 MalinenEAP-pwd: Use const_time_memcmp() for pwd_value >= prime...
2019-04-13  Jouni MalinenEAP-pwd: Remove unused checks for cofactor > 1 cases
2019-04-13  Jouni MalinenEAP-pwd: Disallow ECC groups with a prime under 256...
2019-04-09  Jouni MalinenEAP-pwd: Enforce 1 < rand,mask < r and rand+mask mod...
2019-04-09  Jouni MalinenEAP-pwd: Check element x,y coordinates explicitly
2019-04-09  Jouni MalinenEAP-pwd: Use constant time and memory access for findin...
2019-03-06  Jouni MalinenEAP-pwd: Fix a memory leak in hunting-and-pecking loop
2018-05-28  Dan HarkinsEAP-pwd: Mask timing of PWE derivation
2018-05-28  Dan HarkinsEAP-pwd: Move EC group initialization to earlier step
2017-12-24  Sean ParkinsonEAP-pwd: Use abstract crypto API
2015-11-01  Jouni MalinenEAP-pwd: Add support for Brainpool Elliptic Curves
2015-03-28  Jouni MalinenEAP-pwd: Mark helper function arguments const when...
2014-10-06  Adam LangleySupport building with BoringSSL
2014-07-24  Florent DaigniereOpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free
2014-07-24  Florent DaigniereOpenSSL: Use BN_clear_free instead of BN_free
2014-05-11  Jouni MalinenEAP-pwd peer: Export Session-Id through getSessionId...
2012-07-02  Jouni MalinenEAP-pwd: Replace direct OpenSSL HMAC use with wrapper
2012-06-30  Jouni MalinenEAP-pwd: Avoid double-frees on some error paths
2012-06-30  Jouni MalinenEAP-pwd: Increase maximum number of hunting-and-pecking...
2012-02-11  Jouni MalinenRemove the GPL notification from EAP-pwd implementation
2012-02-11  Dan HarkinsEAP-pwd: Fix the argument name in compute_keys()
2011-11-19  Dan HarkinsEAP-pwd: Fix zero-padding of input to H()
2011-11-19  Dan HarkinsEAP-pwd: Fix KDF for group 21
2011-01-16  Dan HarkinsEAP-pwd: Fix some interoperability issues
2011-01-16  Jouni MalinenEAP-pwd: Use os_free to free memory allocated with...
2010-09-15  Jouni MalinenEAP-pwd: Fix couple of memory leaks
2010-09-15  Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...