Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / eap_server /
2016-06-24 Jouni MalinenTNCS: Mark functions static
2016-05-23 David BenjaminTLS: Split tls_connection_prf() into two functions
2016-02-19 Nick LoweEAP-pwd server: Use os_get_random() for unpredictable...
2016-01-13 Jouni MalinenEAP server: Simplify EAP method registration call
2015-12-31 Jouni MalinenEAP-FAST: Enable AES256-based TLS cipher suites with...
2015-12-19 Jouni MalinenEAP-PEAP server: Add support for fast-connect crypto...
2015-12-12 Jouni MalinenEAP-FAST: Check T-PRF result in MSK/EMSK derivation
2015-11-10 Jouni MalinenEAP-pwd server: Fix last fragment length validation
2015-10-31 Frederic Leroyeap_sim_db: Implement eap_sim_db_expire_pending()
2015-10-24 Jouni MalinenEAP-IKEv2 server: Avoid undefined behavior in pointer...
2015-10-24 Jouni MalinenEAP-FAST server: Avoid undefined behavior in pointer...
2015-08-24 Jouni MalinenEAP-TLS server: Add support for session resumption
2015-08-24 Jouni MalinenEAP-TTLS server: Add support for session resumption
2015-08-24 Jouni MalinenEAP-PEAP server: Add support for session resumption
2015-08-23 Jouni MalinenEAP server: Set per-EAP method session context
2015-08-23 Jouni MalinenEAP server: Add tls_session_lifetime configuration
2015-08-23 Jouni MalinenEAP server: Disable TLS session ticket with EAP-TLS...
2015-08-23 Jouni MalinenTLS: Add new arguments to tls_connection_set_verify()
2015-08-02 Jouni MalinenRename tls_connection_get_keys() to tls_connection_get_...
2015-07-19 Jouni MalinenEAP server: Force FAILURE if EAP method buildReq fails
2015-07-07 Jouni MalinenERP: Avoid mixing of enum types
2015-06-23 Jouni MalinenERP server: Make erp_send_finish_reauth() easier for...
2015-05-24 Jouni MalinenEAP-EKE: Add Session-Id
2015-05-03 Jouni MalinenEAP-pwd server: Make sure in_frag_pos is cleared to...
2015-05-03 Jouni MalinenEAP-pwd server: Fix Total-Length parsing for fragment...
2015-05-03 Jouni MalinenEAP-pwd server: Fix payload length validation for Commi...
2015-04-25 Mikael KanstrupDeclare all read only data structures as const
2015-04-22 Jouni Malinentests: Add ap-mgmt-fuzzer
2015-04-01 Jouni MalinenEAP-PEAP server: Add support for negotiating vendor...
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-29 Jouni MalinenEAP server: Add debug prints to help asleap testing
2015-03-28 Jouni MalinenEAP-pwd server: Add support for hashed password
2015-01-28 Jouni MalinenEAP-PEAP server: Fix Phase 2 TLV length in error case
2015-01-20 Haim Dreyfusseap_server: Avoid NULL pointer dereference in eap_fast_...
2015-01-20 Eytan LifshitzAvoid NULL string in printf on EAP method names in...
2014-12-20 Jouni MalinenEAP-IKEv2: Add explicit limit for maximum message length
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 MalinenCheck os_snprintf() result more consistently - success...
2014-12-06 Jouni MalinenEAP-SIM DB: Make recv() null termination easier for...
2014-12-04 Jouni MalinenERP: Avoid a static analyzer warning on uninitialized...
2014-12-04 Jouni MalinenERP: Add support for ERP on EAP server and authenticator
2014-12-04 Jouni MalinenERP: Add optional EAP-Initiate/Re-auth-Start transmission
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-TLS server: Clear temporary buffer during EMSK...
2014-11-30 Jouni MalinenEAP server: Add getSessionId
2014-11-23 Jouni MalinenWPS: Add explicit message length limit of 50000 bytes
2014-11-16 Jouni MalinenEAP-pwd: Remove unnecessary OpenSSL EVP_sha256() regist...
2014-10-11 Jouni MalinenEAP-MSCHAPv2 server: Check ms_funcs results more consis...
2014-10-11 Jouni MalinenEAP-PAX server: Remove unused assignment
2014-10-11 Jouni MalinenEAP-SIM DB: Remove unused assignment
2014-10-11 Jouni MalinenEAP-FAST server: Remove unused assignment
2014-10-11 Jouni MalinenEAP-FAST server: Remove unused write
2014-10-07 Jouni MalinenAES: Extend key wrap design to support longer AES keys
2014-09-07 Jouni MalinenEAP-PAX server: Add explicit CID length limit
2014-07-26 Jouni MalinenEAP-FAST server: Fix potential read-after-buffer (by...
2014-07-24 Jouni MalinenEAP-pwd: Clear identity string and temporary buffer...
2014-07-24 Florent DaigniereEAP-pwd: Verify BN_rand_range return code
2014-07-24 Florent DaigniereEAP-pwd: Use os_memcmp_const() for hash comparisons
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 server: Clear keying material on deinit
2014-07-02 Jouni MalinenEAP-GTC: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-MSCHAPv2: Use os_memcmp_const() for hash/password...
2014-07-02 Jouni MalinenEAP-TTLS: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-MD5: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-PSK: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-PEAP: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-GPSK: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-PAX: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-FAST: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-EKE: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-SAKE: Use os_memcmp_const() for hash/password compa...
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-pwd: Add explicit total length limit
2014-07-02 Jouni MalinenEAP-SIM/AKA: Pass EAP type as argument to eap_sim_msg_f...
2014-06-18 Jouni MalinenEAP-FAST: Clean up TLV length validation (CID 62853)
2014-06-13 Jouni MalinenEAP-TNC: Limit maximum message buffer to 75000 bytes...
2014-06-02 Jouni MalinenRADIUS/EAP server: Use longer username buffer to avoid...
2014-05-17 Jouni MalinenTNC: Allow TNC to be enabled dynamically
2014-05-17 Jouni MalinenTNC: Move common definitions into a shared header file
2014-05-17 Jouni MalinenTNC: Allow tnc_config file path to be replaced
2014-05-11 Jouni MalinenEAP-pwd server: Allow fragment_size to be configured
2014-05-11 Jouni MalinenEAP-IKEv2: Allow frag ack without integrity checksum
2014-05-11 Jouni MalinenEAP-pwd: Fix processing of group setup failure
2014-05-11 Jouni MalinenEAP-pwd peer: Export Session-Id through getSessionId...
2014-04-05 Jouni MalinenEAP-pwd: Fix memory leak on error path with fragmentation
2014-03-29 Jouni MalinenRADIUS server: Add support for MAC ACL
2014-03-09 Jouni MalinenTLS testing: Allow hostapd to be used as a TLS testing...
2014-03-09 Jouni MalinenRADIUS server: Allow TLS implementation add log entries
2014-03-09 Jouni MalinenRADIUS server: Allow EAP methods to log into SQLite DB
2014-03-08 Jouni MalinenAllow arbitrary RADIUS attributes to be added into...
2014-02-25 Jouni MalinenHS 2.0R2: Add WFA server-only EAP-TLS server method
2014-02-25 Jouni MalinenHS 2.0R2: RADIUS server support to request Subscr Remed...
2014-02-15 Jouni MalinenEAP-SIM DB: Remove client socket file on connect()...
2014-01-07 Jouni MalinenRemove PEAPv2 support
2013-12-24 Johannes BergEAP server: Remove SIM-DB pending timestamp
next