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_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
EAP-TTLS: Add support for deriving EMSK
Jouni Malinen
2014-11-30
1
-0/+33
*
EAP-TLS server: Clear temporary buffer during EMSK derivation
Jouni Malinen
2014-11-30
1
-1/+1
*
EAP server: Add getSessionId
Jouni Malinen
2014-11-30
16
-0/+306
*
WPS: Add explicit message length limit of 50000 bytes
Jouni Malinen
2014-11-23
1
-1/+1
*
EAP-pwd: Remove unnecessary OpenSSL EVP_sha256() registration
Jouni Malinen
2014-11-16
1
-2/+0
*
EAP-MSCHAPv2 server: Check ms_funcs results more consistently
Jouni Malinen
2014-10-11
1
-7/+10
*
EAP-PAX server: Remove unused assignment
Jouni Malinen
2014-10-11
1
-1/+0
*
EAP-SIM DB: Remove unused assignment
Jouni Malinen
2014-10-11
1
-1/+1
*
EAP-FAST server: Remove unused assignment
Jouni Malinen
2014-10-11
1
-1/+0
*
EAP-FAST server: Remove unused write
Jouni Malinen
2014-10-11
1
-1/+1
*
AES: Extend key wrap design to support longer AES keys
Jouni Malinen
2014-10-07
1
-4/+4
*
EAP-PAX server: Add explicit CID length limit
Jouni Malinen
2014-09-07
1
-2/+7
*
EAP-FAST server: Fix potential read-after-buffer (by one byte)
Jouni Malinen
2014-07-26
1
-1/+2
*
EAP-pwd: Clear identity string and temporary buffer explicitly
Jouni Malinen
2014-07-24
1
-6/+6
*
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
-16/+16
*
EAP server: Clear keying material on deinit
Jouni Malinen
2014-07-02
14
-21/+21
*
EAP-GTC: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-MSCHAPv2: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-TTLS: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-8/+12
*
EAP-MD5: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-PSK: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-PEAP: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-GPSK: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-PAX: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-3/+3
*
EAP-FAST: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-EKE: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-SAKE: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-SIM/AKA: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-2/+2
*
EAP-IKEv2: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
1
-1/+1
*
EAP-pwd: Add explicit total length limit
Jouni Malinen
2014-07-02
1
-0/+2
*
EAP-SIM/AKA: Pass EAP type as argument to eap_sim_msg_finish()
Jouni Malinen
2014-07-02
2
-9/+9
*
EAP-FAST: Clean up TLV length validation (CID 62853)
Jouni Malinen
2014-06-18
1
-4/+6
*
EAP-TNC: Limit maximum message buffer to 75000 bytes (CID 62873)
Jouni Malinen
2014-06-13
1
-1/+2
*
RADIUS/EAP server: Use longer username buffer to avoid truncation
Jouni Malinen
2014-06-02
3
-6/+6
*
TNC: Allow TNC to be enabled dynamically
Jouni Malinen
2014-05-17
1
-0/+3
*
TNC: Move common definitions into a shared header file
Jouni Malinen
2014-05-17
1
-69/+1
*
TNC: Allow tnc_config file path to be replaced
Jouni Malinen
2014-05-17
1
-0/+2
*
EAP-pwd server: Allow fragment_size to be configured
Jouni Malinen
2014-05-11
1
-1/+2
*
EAP-IKEv2: Allow frag ack without integrity checksum
Jouni Malinen
2014-05-11
1
-3/+6
*
EAP-pwd: Fix processing of group setup failure
Jouni Malinen
2014-05-11
1
-1/+2
*
EAP-pwd peer: Export Session-Id through getSessionId callback
Jouni Malinen
2014-05-11
1
-1/+3
*
EAP-pwd: Fix memory leak on error path with fragmentation
Jouni Malinen
2014-04-05
1
-0/+4
*
RADIUS server: Add support for MAC ACL
Jouni Malinen
2014-03-29
1
-0/+1
*
TLS testing: Allow hostapd to be used as a TLS testing tool
Jouni Malinen
2014-03-09
4
-0/+15
*
RADIUS server: Allow TLS implementation add log entries
Jouni Malinen
2014-03-09
1
-0/+13
*
RADIUS server: Allow EAP methods to log into SQLite DB
Jouni Malinen
2014-03-09
6
-0/+58
*
Allow arbitrary RADIUS attributes to be added into Access-Accept
Jouni Malinen
2014-03-08
1
-0/+1
[next]