]> git.ipfire.org Git - thirdparty/hostap.git/history - src/eap_common
tests: Fix ap_ft_reassoc_replay for case where wlantest has the PSK
[thirdparty/hostap.git] / src / eap_common /
2019-08-19  Jouni MalinenEAP-TEAP: Add parsing and generation routines for Ident...
2019-08-17  Jouni MalinenEAP-TEAP peer: Support vendor EAP method in Phase 2
2019-08-17  Jouni MalinenReplace EapType typedef with enum eap_type
2019-08-16  Jouni MalinenEAP-TEAP: Add parsing of Error TLV
2019-08-16  Jouni MalinenEAP-TEAP: Fix TLS-PRF for TLS ciphersuites that use...
2019-07-09  Jouni MalinenEAP-TEAP server and peer implementation (RFC 7170)
2019-07-02  Jouni MalinenEAP-pwd: Run through prf result processing even if...
2019-06-02  Jouni Malinentests: New style fuzzing tool for EAP-SIM peer processing
2019-05-31  Hai ShalomEAP-SIM/AKA: Add support for anonymous@realm
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-19  Jouni MalinenEAP-SAKE: Report hash function failures to callers
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
2019-03-05  Jouni MalinenAdd explicit checks for peer's DH public key
2018-05-28  Dan HarkinsEAP-pwd: Mask timing of PWE derivation
2018-05-28  Dan HarkinsEAP-pwd: Pre-processing method definitions from RFC...
2018-05-28  Dan HarkinsEAP-pwd: Move EC group initialization to earlier step
2017-12-24  Sean ParkinsonEAP-pwd: Use abstract crypto API
2017-12-24  Sean ParkinsonEAP-EKE: Use abstract crypto API
2017-03-07  Johannes BergUse os_memdup()
2016-12-28  Jouni MalinenRemove trailing whitespace
2016-05-23  David BenjaminTLS: Split tls_connection_prf() into two functions
2016-01-06  Jouni MalinenEAP-PAX: Check hmac_sha1_vector() return value
2015-12-21  Jouni MalinenEAP-EKE: Merge identical error return paths
2015-12-21  Jouni MalinenEAP-EKE: Reject too long Prot() data when building...
2015-12-12  Jouni MalinenEAP-FAST: Check T-PRF result in MSK/EMSK derivation
2015-12-05  Jouni MalinenEAP-IKEv2: Check HMAC SHA1/MD5 result
2015-11-28  Jouni MalinenEAP-SAKE: Fix a typo in attribute parser debug print
2015-11-01  Jouni MalinenEAP-pwd: Add support for Brainpool Elliptic Curves
2015-10-17  Jouni MalinenEAP-GPSK: Check HMAC-SHA256 result in GKDF and MIC
2015-05-03  Jouni MalinenEAP-SAKE: Make attribute parser more readable
2015-05-03  Jouni MalinenFix a typo in function documentation
2015-04-25  Mikael KanstrupDeclare all read only data structures as const
2015-04-22  Jouni Malinentests: Add eapol-fuzzer
2015-04-01  Jouni MalinenMake tls_connection_get_keyblock_size() internal to...
2015-03-31  Jouni MalinenUse tls_connection_prf() for all EAP TLS-based key...
2015-03-28  Jouni MalinenEAP-pwd: Mark helper function arguments const when...
2014-12-04  Jouni MalinenERP: Add TV/TLV parser
2014-12-03  Jouni MalinenERP: Add defines for EAP Re-Authentication Protocol
2014-11-30  Jouni MalinenEAP-PAX: Derive EAP Session-Id
2014-11-23  Jouni MalinenIKEv2: Use a bit clearer payload header validation...
2014-11-15  Andrei OtcheretianskiEAP-IKEv2: Fix compilation warning
2014-10-11  Jouni MalinenEAP-IKEv2: Fix the payload parser
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-07-02  Jouni MalinenEAP-GPSK: Avoid dead increment by checking pos pointer
2014-07-02  Jouni MalinenEAP-EKE: Use os_memcmp_const() for hash/password compar...
2014-07-02  Jouni MalinenEAP-SIM/AKA: Use os_memcmp_const() for hash/password...
2014-07-02  Jouni MalinenEAP-IKEv2: Use os_memcmp_const() for hash/password...
2014-07-02  Jouni MalinenEAP-SIM/AKA: Pass EAP type as argument to eap_sim_msg_f...
2014-06-21  Jouni MalinenEAP-SIM': Fix AT_KDF parser to avoid infinite loop
2014-06-18  Jouni MalinenEAP-FAST: Clean up TLV length validation (CID 62853)
2014-06-08  Jouni MalinenEAP-IKEv2: Remove obsolete ccns.pl project workarounds
2014-05-11  Jouni MalinenEAP-pwd peer: Export Session-Id through getSessionId...
2014-02-25  Jouni MalinenHS 2.0R2: Add WFA server-only EAP-TLS peer method
2013-11-24  Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-10-26  Jouni MalinenUse ARRAY_SIZE() macro
2013-07-07  Jouni MalinenEAP-EKE: Add peer implementation
2013-02-08  Stevent LiEAP peer: Add Session-Id derivation
2012-08-22  Jouni MalinenAdd UNAUTH-TLS vendor specific EAP type
2012-08-22  Jouni MalinenUse proper private enterprise number for EAP VENDOR...
2012-08-07  Jouni MalinenAdd extra validation of EAP header length field
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-05-02  Jouni MalinenEAP-AKA': Update to RFC 5448
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2012-02-11  Jouni MalinenRemove the GPL notification from EAP-pwd implementation
2012-02-11  Dan HarkinsEAP-pwd: Add support for fragmentation
2012-02-11  Dan HarkinsEAP-pwd: Fix the argument name in compute_keys()
2011-11-27  Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-19  Jouni MalinenEAP-pwd: Remove struct eap_pwd_hdr
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-11-13  Jouni MalinenPEAP: Verify peap_prfplus() result
2011-09-21  Pavel RoskinFix typos found by codespell
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-11-23  Jouni MalinenAnnotate places depending on strong random numbers
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...
2010-04-17  Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2009-11-29  Jouni MalinenRemove src/crypto from default include path
2009-08-16  Jouni MalinenPass digest return value to CHAP/MSCHAPv2 caller
2009-06-29  Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-03-25  Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-14  Jouni MalinenUpdate draft-cam-winget-eap-fast-provisioning reference...
2009-02-26  Jouni MalinenUpdate EAP-GPSK references from internet draft to RFC...
2009-02-15  Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
next