index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
eap_peer
Commit message (
Expand
)
Author
Age
Files
Lines
*
EAP-TEAP peer: Clear Phase 2 EAP method on new Identity exchange
Jouni Malinen
2019-09-01
1
-9/+19
*
EAP-TEAP peer: Add support for machine credentials using certificates
Jouni Malinen
2019-09-01
8
-18/+71
*
EAP peer config: Move ocsp param to phase1/phase2
Jouni Malinen
2019-09-01
2
-15/+15
*
EAP peer: Move certificate configuration params into shared struct
Jouni Malinen
2019-09-01
5
-312/+140
*
EAP-TEAP peer: Fix protected indication of inner EAP method failure
Jouni Malinen
2019-08-24
1
-1/+2
*
EAP-TEAP peer: Add support for machine authentication
Jouni Malinen
2019-08-20
1
-6/+24
*
EAP peer: Add a concept of a separate machine credential
Jouni Malinen
2019-08-20
3
-9/+88
*
EAP-TEAP peer: Support Identity-Type TLV
Jouni Malinen
2019-08-19
1
-5/+18
*
EAP: Increase the maximum number of message exchanges
Jouni Malinen
2019-08-18
2
-1/+19
*
EAP-TEAP peer: Support vendor EAP method in Phase 2
Jouni Malinen
2019-08-17
1
-13/+32
*
EAP-FAST peer: Support vendor EAP method in Phase 2
Jouni Malinen
2019-08-17
1
-14/+34
*
EAP-PEAP peer: Support vendor EAP method in Phase 2
Jouni Malinen
2019-08-17
1
-5/+21
*
EAP peer: Allow VENDOR-TEST method in Phase 2
Jouni Malinen
2019-08-17
1
-0/+2
*
EAP-TTLS peer: Support vendor EAP method in Phase 2
Jouni Malinen
2019-08-17
1
-14/+31
*
Replace EapType typedef with enum eap_type
Jouni Malinen
2019-08-17
6
-28/+34
*
EAP-TEAP peer: Allow Result TLV without Crypto-Binding TLV
Jouni Malinen
2019-08-16
1
-9/+22
*
EAP-TEAP peer: Add Intermediate-Result TLV with Crypto-Binding TLV
Jouni Malinen
2019-08-16
1
-0/+9
*
EAP-TEAP: Fix TLS-PRF for TLS ciphersuites that use SHA384
Jouni Malinen
2019-08-16
1
-4/+8
*
EAP-TEAP peer: Fix fragmentation of final message
Jouni Malinen
2019-08-06
1
-4/+16
*
EAP-SIM/AKA: Do not allow anonymous@realm "pseudonym" to be cleared
Jouni Malinen
2019-07-31
2
-4/+14
*
EAP-pwd peer: Configurable set of groups with reduced default
Jouni Malinen
2019-07-23
1
-3/+50
*
EAP-TLS peer: Handle possible application data at the end
Jouni Malinen
2019-07-12
1
-0/+12
*
Add Type-Code context to EAP-TLS 1.3 exported Key_Material and Method-Id
Ervin Oro
2019-07-11
2
-3/+9
*
EAP-TEAP server and peer implementation (RFC 7170)
Jouni Malinen
2019-07-09
8
-3/+3019
*
Pass full struct to peer certificate callbacks
Jouni Malinen
2019-06-14
2
-14/+6
*
tests: New style fuzzing tool for EAP-AKA peer processing
Jouni Malinen
2019-06-02
1
-0/+15
*
tests: New style fuzzing tool for EAP-SIM peer processing
Jouni Malinen
2019-06-02
1
-0/+17
*
EAP-SIM/AKA: Add support for anonymous@realm
Hai Shalom
2019-05-31
2
-4/+12
*
More forceful clearing of stack memory with keys
Jouni Malinen
2019-05-26
4
-14/+14
*
EAP-AKA: Add Session-Id derivation during fast-reauth
Mohit Sethi
2019-05-25
1
-3/+22
*
EAP-SIM: Add Session-Id derivation during fast-reauth
Mohit Sethi
2019-05-25
1
-4/+22
*
EAP-SAKE: Report hash function failures to callers
Jouni Malinen
2019-04-19
1
-4/+8
*
EAP-pwd peer: Fix reassembly buffer handling
Jouni Malinen
2019-04-17
1
-1/+8
*
EAP-MSCHAPv2: Propagate GetAsymetricStartKey() failures up from getKey()
Jouni Malinen
2019-04-16
1
-3/+7
*
EAP-pwd: Remove unused checks for cofactor > 1 cases
Jouni Malinen
2019-04-13
1
-20/+3
*
EAP-pwd: Get rid of unnecessary allocation of temporary buffer
Jouni Malinen
2019-04-09
1
-16/+6
*
EAP-pwd: Enforce 1 < rand,mask < r and rand+mask mod r > 1
Jouni Malinen
2019-04-09
1
-12/+2
*
EAP-pwd: Check element x,y coordinates explicitly
Jouni Malinen
2019-04-09
1
-41/+4
*
EAP-pwd client: Verify received scalar and element
Mathy Vanhoef
2019-04-09
1
-0/+20
*
Extend domain_match and domain_suffix_match to allow list of values
Jouni Malinen
2019-04-09
1
-10/+19
*
Add support for an optional context parameter to TLS exporter
Ervin Oro
2019-03-16
5
-6/+16
*
OpenSSL: Add 'check_cert_subject' support for TLS server
Jared Bents
2019-03-11
2
-0/+44
*
Use char pointers for EAP configuration parameters without length
Jouni Malinen
2019-03-11
2
-30/+30
*
wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS
Davina Lu
2019-02-18
1
-0/+3
*
EAP peer: Clear temporary message buffers before freeing
Jouni Malinen
2019-02-05
3
-56/+56
*
PEAP: Explicitly clear temporary keys from memory when using CMK
Jouni Malinen
2019-02-01
1
-5/+9
*
EAP-PEAP: Derive EMSK and use 128-octet derivation for MSK
Jouni Malinen
2019-02-01
1
-3/+33
*
EAP-TLS: Update Session-Id derivation with TLS v1.3
Jouni Malinen
2019-01-05
1
-4/+20
*
OpenSSL: Allow systemwide policies to be overridden
Jouni Malinen
2019-01-05
1
-3/+9
*
OSEN: Disable TLS v1.3 by default
Jouni Malinen
2019-01-05
1
-2/+4
[next]