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_common
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Make more library things common
Johannes Berg
2020-10-12
1
-8/+1
*
build: Make a common library build
Johannes Berg
2020-10-12
1
-4/+0
*
build: Put archive files into build/ folder too
Johannes Berg
2020-10-11
1
-2/+2
*
build: Put object files into build/ folder
Johannes Berg
2020-10-10
1
-2/+2
*
build: Use build.rules in lib.rules
Johannes Berg
2020-10-10
1
-4/+2
*
EAP-SIM/AKA peer: Add support for EAP Method prefix
Hai Shalom
2020-01-10
1
-0/+4
*
EAP-TEAP: Add parsing and generation routines for Identity-Type TLV
Jouni Malinen
2019-08-19
2
-0/+35
*
EAP-TEAP peer: Support vendor EAP method in Phase 2
Jouni Malinen
2019-08-17
2
-3/+5
*
Replace EapType typedef with enum eap_type
Jouni Malinen
2019-08-17
3
-10/+10
*
EAP-TEAP: Add parsing of Error TLV
Jouni Malinen
2019-08-16
2
-0/+10
*
EAP-TEAP: Fix TLS-PRF for TLS ciphersuites that use SHA384
Jouni Malinen
2019-08-16
2
-15/+26
*
EAP-TEAP server and peer implementation (RFC 7170)
Jouni Malinen
2019-07-09
3
-0/+917
*
EAP-pwd: Run through prf result processing even if it >= prime
Jouni Malinen
2019-07-02
1
-4/+12
*
tests: New style fuzzing tool for EAP-SIM peer processing
Jouni Malinen
2019-06-02
1
-0/+5
*
EAP-SIM/AKA: Add support for anonymous@realm
Hai Shalom
2019-05-31
2
-0/+17
*
Share common SAE and EAP-pwd functionality: own scalar generation
Jouni Malinen
2019-04-26
1
-21/+2
*
Share common SAE and EAP-pwd functionality: is_quadratic_residue
Jouni Malinen
2019-04-25
1
-45/+10
*
Share common SAE and EAP-pwd functionality: random 1..p-1 creation
Jouni Malinen
2019-04-25
1
-11/+5
*
Share common SAE and EAP-pwd functionality: random qr/qnr creation
Jouni Malinen
2019-04-25
1
-15/+2
*
Share common SAE and EAP-pwd functionality: suitable groups
Jouni Malinen
2019-04-25
1
-10/+2
*
Share a single buf_shift_right() implementation
Jouni Malinen
2019-04-25
1
-9/+0
*
EAP-pwd: Use const_time_memcmp() for pwd_value >= prime comparison
Jouni Malinen
2019-04-25
1
-5/+8
*
EAP-SAKE: Report hash function failures to callers
Jouni Malinen
2019-04-19
2
-35/+48
*
EAP-pwd: Remove unused checks for cofactor > 1 cases
Jouni Malinen
2019-04-13
1
-51/+2
*
EAP-pwd: Disallow ECC groups with a prime under 256 bits
Jouni Malinen
2019-04-13
1
-0/+13
*
EAP-pwd: Enforce 1 < rand,mask < r and rand+mask mod r > 1
Jouni Malinen
2019-04-09
2
-0/+31
*
EAP-pwd: Check element x,y coordinates explicitly
Jouni Malinen
2019-04-09
2
-0/+109
*
EAP-pwd: Use constant time and memory access for finding the PWE
Jouni Malinen
2019-04-09
1
-88/+99
*
EAP-pwd: Fix a memory leak in hunting-and-pecking loop
Jouni Malinen
2019-03-06
1
-0/+1
*
Add explicit checks for peer's DH public key
Jouni Malinen
2019-03-05
1
-1/+1
*
EAP-pwd: Mask timing of PWE derivation
Dan Harkins
2018-05-28
1
-41/+130
*
EAP-pwd: Pre-processing method definitions from RFC 8146
Dan Harkins
2018-05-28
1
-0/+3
*
EAP-pwd: Move EC group initialization to earlier step
Dan Harkins
2018-05-28
2
-9/+24
*
EAP-pwd: Use abstract crypto API
Sean Parkinson
2017-12-24
2
-124/+67
*
EAP-EKE: Use abstract crypto API
Sean Parkinson
2017-12-24
1
-27/+5
*
Use os_memdup()
Johannes Berg
2017-03-07
1
-6/+3
*
Remove trailing whitespace
Jouni Malinen
2016-12-28
1
-1/+1
*
TLS: Split tls_connection_prf() into two functions
David Benjamin
2016-05-23
2
-4/+3
*
EAP-PAX: Check hmac_sha1_vector() return value
Jouni Malinen
2016-01-06
1
-2/+4
*
EAP-EKE: Merge identical error return paths
Jouni Malinen
2015-12-21
1
-30/+11
*
EAP-EKE: Reject too long Prot() data when building a frame
Jouni Malinen
2015-12-21
1
-0/+1
*
EAP-FAST: Check T-PRF result in MSK/EMSK derivation
Jouni Malinen
2015-12-12
2
-10/+14
*
EAP-IKEv2: Check HMAC SHA1/MD5 result
Jouni Malinen
2015-12-05
1
-8/+7
*
EAP-SAKE: Fix a typo in attribute parser debug print
Jouni Malinen
2015-11-28
1
-1/+1
*
EAP-pwd: Add support for Brainpool Elliptic Curves
Jouni Malinen
2015-11-01
1
-0/+20
*
EAP-GPSK: Check HMAC-SHA256 result in GKDF and MIC
Jouni Malinen
2015-10-17
1
-3/+6
*
EAP-SAKE: Make attribute parser more readable
Jouni Malinen
2015-05-03
1
-43/+43
*
Fix a typo in function documentation
Jouni Malinen
2015-05-03
1
-1/+1
*
Declare all read only data structures as const
Mikael Kanstrup
2015-04-25
1
-3/+3
*
tests: Add eapol-fuzzer
Jouni Malinen
2015-04-22
1
-3/+26
[next]