Searched refs:pwd (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/crypto/ |
D | tls_mbedtls_alt.c | 1615 const char *pwd = params->private_key_passwd; in tls_mbedtls_set_certs() local 1617 ret = mbedtls_pk_parse_key(&tls_conf->private_key, data, len, (const unsigned char *)pwd, in tls_mbedtls_set_certs() 1618 pwd ? os_strlen(pwd) : 0, hostap_rng_fn, hostap_rng_ctx()); in tls_mbedtls_set_certs() 1620 ret = mbedtls_pk_parse_key(&tls_conf->private_key, data, len, (const unsigned char *)pwd, in tls_mbedtls_set_certs() 1621 pwd ? os_strlen(pwd) : 0); in tls_mbedtls_set_certs()
|
/hostap-latest/hostapd/ |
D | ChangeLog | 50 * EAP-pwd changes 88 * EAP-pwd changes 125 * EAP-pwd changes 215 * added EAP-pwd server support for salted passwords 218 * fixed EAP-pwd last fragment validation 234 * EAP-pwd: added support for Brainpool Elliptic Curves 295 * fixed EAP-pwd server missing payload length validation 305 * added support for hashed password (NtHash) in EAP-pwd server 462 * EAP-pwd fixes 525 * EAP-pwd:
|
D | defconfig | 93 # EAP-pwd for the integrated EAP server (secure authentication with a password)
|
/hostap-latest/wpa_supplicant/ |
D | ChangeLog | 62 * EAP-pwd changes 111 * EAP-pwd changes 153 * EAP-pwd changes 219 * fixed EAP-pwd pre-processing with PasswordHashHash 220 * added EAP-pwd client support for salted passwords 277 * fixed EAP-pwd last fragment validation 279 * fixed EAP-pwd unexpected Confirm message processing 348 * EAP-pwd: added support for Brainpool Elliptic Curves 425 * fixed EAP-pwd peer missing payload length validation 441 * added support for hashed password (NtHash) in EAP-pwd peer [all …]
|
D | android.config | 108 # EAP-pwd (secure authentication using only a password)
|
D | defconfig | 142 # EAP-pwd (secure authentication using only a password)
|
D | README | 81 * EAP-pwd
|