Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / eap_peer /
2016-06-23 Jouni MalinenTNCC: Mark functions static
2016-05-23 David BenjaminTLS: Split tls_connection_prf() into two functions
2016-05-16 Jouni MalinenEAP-SAKE: Do not debug print result if eap_sake_compute...
2016-05-16 Jouni MalinenEAP-PAX: Do not debug print result if eap_pax_mac(...
2016-05-16 Jouni MalinenEAP-FAST: Check sha1_t_prf() result in eap_fast_get_cmk()
2016-03-03 Ilan PeerEAP-PWD peer: Fix possible memory leak on error path
2016-02-20 Jouni MalinenEAP-FAST peer: Remove fixed return value from eap_fast_...
2016-02-07 Jouni MalinenEAP peer: Simplify buildNotify return
2016-02-07 Jouni MalinenClean up EAP peer PCSC identity functions
2016-02-05 Jouni MalinenEAP-FAST: Fix an error path in PAC binary format parsing
2016-01-15 Jouni MalinenEAP peer: Use ifdef PCSC_FUNCS to get rid of compiler...
2016-01-15 Jouni MalinenEAP-TTLS peer: Fix success after fragmented final Phase...
2016-01-13 Jouni MalinenEAP peer: Simplify EAP method registration call
2016-01-13 Jouni MalinenEAP-WSC peer: Remove unused state values
2016-01-06 Jouni MalinenEAP-PAX: Check hmac_sha1_vector() return value
2016-01-05 Jouni MalinenEAP-PEAP peer: Cryptobinding in fast-reconnect case...
2015-12-31 Jouni MalinenEAP-FAST: Enable AES256-based TLS cipher suites with...
2015-12-24 Jouni MalinenEAP-TNC peer: Remove dead code related to fragmentation
2015-12-24 Jouni MalinenTNC: Print received IF-TNCCS message as debug ASCII...
2015-12-24 Jouni MalinenEAP-TNC peer: Allow fragment_size to be configured
2015-12-23 Jouni MalinenAdd ocsp=3 configuration parameter for multi-OCSP
2015-12-20 Jouni MalinenEAP-TTLS/PEAP/FAST: Reject unsupported Phase 2 method...
2015-12-20 Jouni MalinenEAP-TLS: Merge common error paths
2015-12-20 Jouni MalinenEAP-PEAP peer: Fix a memory leak on an error path
2015-12-19 Jouni MalinenEAP-PEAP peer: Check SHA1 result when deriving Compond_MAC
2015-12-19 Jouni MalinenEAP-PEAP peer: Remove unused return value and error...
2015-12-17 Pali RohárEAP-TTLS peer: Fix parsing auth= and autheap= phase2...
2015-12-12 Jouni MalinenEAP peer: External server certificate chain validation
2015-12-12 Jouni MalinenEAP-FAST peer: Fix PAC parser error messages
2015-12-12 Jouni MalinenEAP-FAST: Check T-PRF result in MSK/EMSK derivation
2015-12-12 Jouni MalinenEAP-FAST peer: Fix error path handling for Session-Id
2015-11-30 Jouni MalinenEAP-EKE peer: Fix memory leak on error path
2015-11-28 Jouni MalinenEAP-SIM peer: Fix memory leak on reauth error path
2015-11-10 Jouni MalinenEAP-pwd peer: Fix error path for unexpected Confirm...
2015-11-10 Jouni MalinenEAP-pwd peer: Fix last fragment length validation
2015-10-31 Jouni MalinenEAP peer: Clear ignore flag in INITIALIZE state
2015-10-24 Jouni MalinenEAP-IKEv2 peer: Avoid undefined behavior in pointer...
2015-10-24 Jouni MalinenEAP-FAST peer: Avoid undefined behavior in pointer...
2015-08-30 Jouni MalinenEAP-WSC peer: Reject connection on unexpected failure
2015-08-02 Jouni MalinenAdd build option to remove all internal RC4 uses
2015-08-02 Jouni MalinenEAP-pwd peer: Comment out MS password hash if CONFIG_FIPS=y
2015-08-02 Jouni MalinenRename tls_connection_get_keys() to tls_connection_get_...
2015-08-01 Jouni MalinenEAP-TTLS: Disable CHAP, MSCHAP, and MSCHAPV2 in CONFIG_...
2015-08-01 Jouni MalinenEAP peer: Replace MD5 with SHA1 in duplicate message...
2015-07-28 Jouni MalinenEAP-TLS/TTLS/PEAP/FAST peer: Stop connection more quick...
2015-07-28 Jouni MalinenEAP-TTLS/PEAP/FAST peer: Stop immediately on local...
2015-07-08 Jouni MalinenMake TLS version number available in STATUS command
2015-07-08 Jouni MalinenOpenSSL: Add option to disable use of TLSv1.0
2015-07-07 Mike Gerowpkcs11: Don't ask for a new PIN on TLS handshake failure
2015-07-07 Jouni MalinenEAP-TTLS: Avoid ubsan warning on 0x80<<24 not fitting...
2015-07-07 Jouni MalinenERP: Avoid mixing of enum types
2015-06-18 Jouni MalinenEAP-FAST peer: Stop immediately on key derivation failure
2015-05-24 Jouni MalinenEAP-EKE: Add Session-Id
2015-05-03 Jouni MalinenEAP-pwd peer: Make sure in_frag_pos is cleared to zero...
2015-05-03 Jouni MalinenEAP-pwd peer: Fix asymmetric fragmentation behavior
2015-05-03 Jouni MalinenEAP-pwd peer: Fix Total-Length parsing for fragment...
2015-05-03 Jouni MalinenEAP-pwd peer: Fix payload length validation for Commit...
2015-05-03 Jouni MalinenEAP-SIM/AKA: Explicitly check for header to include...
2015-05-03 Jouni MalinenEAP-SAKE: Pass EAP identifier instead of full request
2015-05-03 Jouni MalinenEAP-PAX: Fix PAX_STD-1 and PAX_STD-3 payload length...
2015-05-03 Jouni MalinenEAP-GPSK: Pass EAP identifier instead of full request
2015-05-03 Jouni MalinenEAP-TLS/PEAP/TTLS/FAST: Move more towards using struct...
2015-05-03 Jouni MalinenEAP-FAST: Do not use type cast to remove const specific...
2015-05-03 Jouni MalinenEAP-FAST: Pass EAP identifier instead of full request
2015-05-03 Jouni MalinenEAP-EKE: Do not pass full request to eap_eke_build_fail()
2015-04-25 Mikael KanstrupDeclare all read only data structures as const
2015-04-25 Mike GerowOpenSSL: Try to ensure we don't throw away the PIN...
2015-04-22 Jouni Malinentests: Add eapol-fuzzer
2015-04-01 Jouni MalinenEAP peer: Use 32-bit EAP method type for Phase 2 processing
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 peer: Add support for hashed password
2015-03-02 Sunil Dutteap_proxy: Callback to notify any updates from eap_proxy
2015-02-01 Jouni MalinenAdd an option allow canned EAP-Success for wired IEEE...
2015-02-01 Jouni MalinenEAP-MSCHAPv2 peer: Add option to disable password retry...
2015-01-28 Jouni Malinentests: Pending EAP peer processing with VENDOR-TEST
2015-01-20 BenEAP: Fix possible memory leak in eap_ttls_process_decry...
2015-01-14 Jouni MalinenAdd domain_match network profile parameter
2015-01-14 Jouni MalinenAdd peer certificate alt subject name information to...
2015-01-10 Jouni MalinenFix a typo in domain_suffix_match documentation
2015-01-10 Jouni MalinenImprove subject_match and domain_suffix_match documentation
2014-12-21 Jouni MalinenEAP-IKEv2: Fix a typo in a debug message
2014-12-20 Jouni MalinenEAP-IKEv2 peer: Fix fragmentation reassembly
2014-12-20 Jouni MalinenEAP-IKEv2: Add explicit limit for maximum message length
2014-12-14 Jouni MalinenERP: Drop ERP keys on failure on the peer
2014-12-09 Jouni MalinenAdd tls_session_reused=<0/1> into EAP peer TLS status
2014-12-09 Jouni MalinenOpenSSL: Fix EAP-FAST peer regression
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - manual
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-08 Jouni MalinenUse os_calloc() instead of os_zalloc()
2014-12-04 Jouni MalinenERP: Avoid a static analyzer warning on uninitialized...
2014-12-04 Jouni MalinenERP: Add wpa_supplicant ERP_FLUSH ctrl_iface command
2014-12-04 Jouni MalinenERP: Add support for ERP on EAP peer
2014-11-30 Jouni MalinenEAP-PAX: Derive EAP Session-Id
2014-11-30 Jouni MalinenEAP-TTLS: Add support for deriving EMSK
2014-11-30 Jouni MalinenEAP peer: Clean up TLS Session-Id derivation function
2014-11-23 Jouni MalinenWPS: Add explicit message length limit of 50000 bytes
2014-11-23 Jouni MalinenEAP-IKEv2: Make proposal_len validation clearer
2014-11-23 Jouni MalinenEAP-FAST: Make PAC file A_ID parser easier to analyze
2014-11-23 Jouni MalinenEAP-FAST: Clean up binary PAC file parser validation...
next