hostap/src
Jouni Malinen c07e7b43e9 BoringSSL: Fix PKCS12_parse() segfault when used without password
Unlike OpenSSL PKCS12_parse(), the BoringSSL version seems to require
the password pointer to be non-NULL even if no password is present. Map
passwrd == NULL to passwd = "" to avoid a NULL pointer dereference
within BoringSSL.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-08-18 02:06:02 +03:00
..
ap Remove duplicated sta_authorized_cb call 2015-08-17 00:18:32 +03:00
common Fix a typo in enum wpa_states comment 2015-08-08 23:48:33 +03:00
crypto BoringSSL: Fix PKCS12_parse() segfault when used without password 2015-08-18 02:06:02 +03:00
drivers nl80211: Use beacon TSF if it is newer than Probe Response TSF 2015-08-13 20:58:05 +03:00
eap_common EAP-SAKE: Make attribute parser more readable 2015-05-03 16:32:50 +03:00
eap_peer Add build option to remove all internal RC4 uses 2015-08-02 16:52:56 +03:00
eap_server Rename tls_connection_get_keys() to tls_connection_get_random() 2015-08-02 16:52:56 +03:00
eapol_auth Add EAPOL_SET hostapd command to configure EAPOL parameters 2015-07-12 11:34:18 +03:00
eapol_supp Add build option to remove all internal RC4 uses 2015-08-02 16:52:56 +03:00
fst FST: Mark fst_ies buffer const 2015-08-03 17:40:30 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p P2P: Support driver preferred freq list for invitation case 2015-08-11 19:04:45 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius RADIUS DAS: Avoid compiler warning on abs() 2015-07-07 16:25:06 +03:00
rsn_supp Add build option to remove all internal RC4 uses 2015-08-02 16:52:56 +03:00
tls Rename tls_connection_get_keys() to tls_connection_get_random() 2015-08-02 16:52:56 +03:00
utils Android: Use more flexible userid when launching browser popup 2015-08-13 21:14:01 +03:00
wps WPS ER: Fix SSDP CACHE-CONTROL line parser 2015-08-15 22:24:15 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00