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
/
eap_pwd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EAP peer: Convert Boolean to C99 bool
Jouni Malinen
2020-04-24
1
-11/+11
*
EAP-pwd peer: Configurable set of groups with reduced default
Jouni Malinen
2019-07-23
1
-3/+50
*
More forceful clearing of stack memory with keys
Jouni Malinen
2019-05-26
1
-3/+3
*
EAP-pwd peer: Fix reassembly buffer handling
Jouni Malinen
2019-04-17
1
-1/+8
*
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
*
EAP-pwd peer: Fix memory leak in eap_pwd_perform_confirm_exchange()
Nishant Chaprana
2018-10-16
1
-1/+7
*
EAP-pwd peer: Add SHA512 hash based salt mechanism
Dan Harkins
2018-05-28
1
-1/+39
*
EAP-pwd peer: Add SHA256 hash based salt mechanism
Dan Harkins
2018-05-28
1
-1/+36
*
EAP-pwd peer: Add SHA-1 hash based salt mechanism
Dan Harkins
2018-05-28
1
-1/+44
*
EAP-pwd peer: Check for unexpected state for ID exchange
Jouni Malinen
2018-05-28
1
-0/+6
*
EAP-pwd peer: Add support for salted password databases
Dan Harkins
2018-05-28
1
-12/+36
*
EAP-pwd peer: Move PWE derivation to commit exchange
Dan Harkins
2018-05-28
1
-51/+63
*
EAP-pwd: Move EC group initialization to earlier step
Dan Harkins
2018-05-28
1
-1/+1
*
EAP-pwd: Use abstract crypto API
Sean Parkinson
2017-12-24
1
-201/+120
*
Use os_memdup()
Johannes Berg
2017-03-07
1
-4/+2
*
EAP-pwd: Fix Prep in EAP-pwd-ID/Response when EAP_PWD_PREP_MS is used
Brian Candler
2016-10-08
1
-1/+1
*
EAP-PWD peer: Fix possible memory leak on error path
Ilan Peer
2016-03-03
1
-1/+1
*
EAP peer: Simplify EAP method registration call
Jouni Malinen
2016-01-13
1
-5/+1
*
EAP-pwd peer: Fix error path for unexpected Confirm message
Jouni Malinen
2015-11-10
1
-1/+2
*
EAP-pwd peer: Fix last fragment length validation
Jouni Malinen
2015-11-10
1
-4/+3
*
EAP-pwd peer: Comment out MS password hash if CONFIG_FIPS=y
Jouni Malinen
2015-08-02
1
-0/+7
*
EAP-pwd peer: Make sure in_frag_pos is cleared to zero on allocation
Jouni Malinen
2015-05-03
1
-0/+1
*
EAP-pwd peer: Fix asymmetric fragmentation behavior
Jouni Malinen
2015-05-03
1
-0/+1
*
EAP-pwd peer: Fix Total-Length parsing for fragment reassembly
Jouni Malinen
2015-05-03
1
-0/+12
*
EAP-pwd peer: Fix payload length validation for Commit and Confirm
Jouni Malinen
2015-05-03
1
-0/+29
*
EAP-pwd peer: Add support for hashed password
Jouni Malinen
2015-03-28
1
-6/+60
*
EAP-pwd: Remove unnecessary OpenSSL EVP_sha256() registration
Jouni Malinen
2014-11-16
1
-1/+0
*
EAP-pwd: Clear identity string and temporary buffer explicitly
Jouni Malinen
2014-07-24
1
-4/+4
*
EAP-pwd: Verify BN_rand_range return code
Florent Daigniere
2014-07-24
1
-5/+9
*
EAP-pwd: Use os_memcmp_const() for hash comparisons
Florent Daigniere
2014-07-24
1
-1/+1
*
OpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free
Florent Daigniere
2014-07-24
1
-5/+5
*
OpenSSL: Use BN_clear_free instead of BN_free
Florent Daigniere
2014-07-24
1
-12/+12
*
EAP peer: Clear keying material on deinit
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-pwd: Add explicit total length limit
Jouni Malinen
2014-07-02
1
-0/+2
*
EAP-pwd: Fix processing of group setup failure
Jouni Malinen
2014-05-11
1
-3/+6
*
EAP-pwd peer: Export Session-Id through getSessionId callback
Jouni Malinen
2014-05-11
1
-1/+22
*
EAP-pwd peer: Fix fragmentation of PWD-Confirm-Resp
Jouni Malinen
2014-04-05
1
-4/+16
*
EAP-pwd: Fix memory leak on error path with fragmentation
Jouni Malinen
2014-04-05
1
-0/+4
*
EAP-pwd peer: Allow fragmentation limit to be configured
Jouni Malinen
2014-01-07
1
-1/+6
*
EAP-pwd: Replace direct OpenSSL HMAC use with wrapper
Jouni Malinen
2012-07-02
1
-25/+30
*
EAP-pwd: Avoid double-frees on some error paths
Jouni Malinen
2012-06-30
1
-1/+5
*
Remove the GPL notification from EAP-pwd implementation
Jouni Malinen
2012-02-11
1
-8/+2
*
EAP-pwd: Add support for fragmentation
Dan Harkins
2012-02-11
1
-72/+229
*
EAP-pwd: Remove struct eap_pwd_hdr
Jouni Malinen
2011-11-19
1
-3/+2
*
EAP-pwd: Fix zero-padding of input to H()
Dan Harkins
2011-11-19
1
-14/+33
*
EAP-pwd: Fix some interoperability issues
Dan Harkins
2011-01-16
1
-4/+6
[next]