]> git.ipfire.org Git - thirdparty/hostap.git/history - src/eap_common
tests: Previously missed aes_s2v() error path
[thirdparty/hostap.git] / src / eap_common /
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...
2009-01-03  Jouni MalinenInclude the header file to validate function prototype.
2008-12-20  Jouni MalinenIANA allocated EAP method type 51 to EAP-GPSK
2008-12-07  Jouni MalinenMerged EAP-AKA' into eap_aka.c and added it to defconfi...
2008-12-05  Jouni MalinenAdded protection against EAP-AKA' -> EAP-AKA bidding...
2008-12-04  Jouni MalinenFixed a typo in a comment
2008-12-04  Jouni MalinenEAP-AKA': Added CK',IK' derivation
2008-12-04  Jouni MalinenEAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT...
2008-12-04  Jouni MalinenFixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server...
2008-12-03  Jouni MalinenEAP-AKA': Derive keys using the new KDF (PRF')
2008-12-02  Jouni MalinenEAP-AKA': Use HMAC-SHA-256-128 for AT_MAC
2008-12-02  Jouni MalinenEAP-AKA': Use SHA256 for AT_CHECKCODE
2008-12-02  Jouni MalinenAdd a starting point for EAP-AKA' (draft-arkko-eap...
2008-11-23  Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-07  Jouni MalinenEAP-AKA: Validate RES Length field in AT_RES
2008-09-27  Jouni MalinenSilenced compiler warnings on size_t printf format...
2008-08-16  Jouni MalinenUpdated EAP-TTLSv0 references to use RFC 5281
2008-06-09  Jouni MalinenEAP-PEAP: Moved the common peap_prfplus() function...
next