]> git.ipfire.org Git - thirdparty/hostap.git/history - src/eap_server
Use a shared helper function for RSN supplicant capabilities
[thirdparty/hostap.git] / src / eap_server /
2019-11-28  Jouni MalinenClean up base64_{encode,decode} pointer types
2019-09-01  Jouni MalinenEAP server: Configurable maximum number of authenticati...
2019-08-24  Jouni MalinenEAP-TEAP server: Add support for requiring user and...
2019-08-19  Jouni MalinenEAP-TEAP server: Fix Crypto-Binding check in PAC no...
2019-08-19  Jouni MalinenEAP-TEAP server: Allow a specific Identity-Type to...
2019-08-18  Jouni MalinenEAP: Increase the maximum number of message exchanges
2019-08-18  Jouni MalinenEAP server: Use struct eap_config to avoid duplicated...
2019-08-17  Jouni MalinenEAP-PEAP server: Support vendor EAP types in Phase 2
2019-08-17  Jouni MalinenEAP-FAST server: Support vendor EAP types in Phase 2
2019-08-17  Jouni MalinenEAP-TTLS server: Support vendor EAP types in Phase 2
2019-08-17  Jouni MalinenReplace EapType typedef with enum eap_type
2019-08-16  Jouni MalinenEAP-TEAP server: Testing mechanism for Result TLV in...
2019-08-16  Jouni MalinenEAP-TEAP server: Require Intermediate-Result TLV even...
2019-08-16  Jouni MalinenEAP-TEAP: Fix TLS-PRF for TLS ciphersuites that use...
2019-08-01  Jouni MalinenEAP-SIM/AKA server: Allow pseudonym/fast reauth to...
2019-07-24  Jouni MalinenEAP-SIM server: Avoid void pointer arithmetic
2019-07-24  Jouni MalinenEAP-AKA server: Avoid void pointer arithmetic
2019-07-13  Jouni MalinenEAP-TLS server: Add application data to indicate end...
2019-07-11  Ervin OroAdd Type-Code context to EAP-TLS 1.3 exported Key_Mater...
2019-07-09  Jouni MalinenEAP-TEAP server and peer implementation (RFC 7170)
2019-05-26  Jouni MalinenMore forceful clearing of stack memory with keys
2019-05-25  Mohit SethiEAP-AKA: Add Session-Id derivation during fast-reauth
2019-05-25  Mohit SethiEAP-SIM: Add Session-Id derivation during fast-reauth
2019-05-08  Jouni MalinenEAP-PAX server: Avoid debug prints of uninitialized...
2019-04-19  Jouni MalinenEAP-PAX server: Fix message length checks for MSGDUMP...
2019-04-19  Jouni MalinenEAP-PAX server: Check hash function results
2019-04-19  Jouni MalinenEAP-GPSK server: Fix memory freeing on error path
2019-04-19  Jouni MalinenEAP-SAKE: Report hash function failures to callers
2019-04-19  Jouni MalinenEAP-SAKE server: Fix memory freeing on error path
2019-04-17  Jouni MalinenEAP-pwd server: Remove unused srandom() call
2019-04-16  Jouni MalinenEAP-pwd server: Fix reassembly buffer handling
2019-04-16  Jouni MalinenEAP-pwd server: Fix a memory leak on error path
2019-04-16  Jouni MalinenEAP-MSCHAPv2: Propagate GetAsymetricStartKey() failures...
2019-04-13  Jouni MalinenEAP-pwd: Remove unused checks for cofactor > 1 cases
2019-04-09  Jouni MalinenEAP-pwd: Get rid of unnecessary allocation of temporary...
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  Mathy VanhoefEAP-pwd server: Detect reflection attacks
2019-04-09  Mathy VanhoefEAP-pwd server: Verify received scalar and element
2019-03-16  Ervin OroAdd support for an optional context parameter to TLS...
2019-03-08  Masashi HonmaEAP-pwd server: Fix memory leak with salted passwords
2019-02-01  Jouni MalinenPEAP: Explicitly clear temporary keys from memory when...
2019-02-01  Jouni MalinenEAP-PEAP: Derive EMSK and use 128-octet derivation...
2019-01-05  Jouni MalinenEAP-TLS: Update Session-Id derivation with TLS v1.3
2018-12-14  Jouni MalinenEAP: Make method and IMSI available from server structures
2018-12-03  Jouni MalinenEAP-TLS server: Update user information based on serial...
2018-10-11  Jouni MalinenEAP server: Add eap_get_serial_num()
2018-06-01  Jouni MalinenEAP-TLS: Derive Session-Id using TLS-Exporter when...
2018-06-01  Jouni MalinenEAP-TLS server: Fix EMSK derivation with TLS v1.3
2018-06-01  Jouni MalinenEAP-TLS: Update key derivation label per draft-ietf...
2018-05-28  Dan HarkinsEAP-pwd server: Add support for salted password databases
2018-05-28  Dan HarkinsEAP-pwd: Move EC group initialization to earlier step
2018-05-15  Jouni MalinenSilence new gcc warnings on switch statement fallthroughs
2018-05-01  Jouni MalinenEAP-TLS server: MSK/EMSK derivation with TLS v1.3
2018-05-01  Jouni MalinenEAP-TLS server: Determine whether TLS v1.3 or newer...
2018-05-01  Jouni MalinenMark eap_server_tls_derive_key() label argument const
2018-05-01  Jouni MalinenEAP-TLS server: Remove trailing whitespace
2018-04-26  Jouni MalinenHS 2.0: Terms and Conditions testing feature in authent...
2017-12-24  Sean ParkinsonEAP-pwd: Use abstract crypto API
2017-12-23  Jouni MalinenEAP-pwd: Remove trailing empty line
2017-10-21  Michael BairdEAP server: Add event messages for more EAP states
2017-09-18  Jouni MalinenAdd hostapd tls_flags parameter
2017-03-07  Johannes BergUse os_memdup()
2017-02-28  Jouni Malinencrypto: Process des_encrypt() error returns in callers
2017-02-03  Jouni MalinenERP: Use macro for EMSKname length instead of hardcoded...
2017-02-03  Jouni MalinenERP: Fix rIK derivation
2016-12-28  Jouni MalinenRemove trailing whitespace
2016-10-22  Jouni MalinenERP: Update client identity based on EAP-Initiate/Re...
2016-10-08  Jouni MalinenEAP-pwd: Validate Prep field in EAP-pwd-ID/Response
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...
next