Searched refs:authentication (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_mail_client.c | 165 int authentication; /* if authentication is required */ member 427 opt.authentication = DFL_AUTHENTICATION; in main() 457 opt.authentication = atoi( q ); in main() 458 if( opt.authentication < 0 || opt.authentication > 1 ) in main() 731 if( opt.authentication ) in main()
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 8 * [`aes/aescrypt2.c`](aes/aescrypt2.c): file encryption and authentication with a key derived from … 11 * [`aes/crypt_and_hash.c`](aes/crypt_and_hash.c): file encryption and authentication, demonstrating… 47 …of programs illustrates how to set up a secure channel using RSA for authentication and Diffie-Hel…
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 50 This could lead to a buffer overflow, but only in case ticket authentication 125 including client authentication). 960 * Accept empty trusted CA chain in authentication mode 1153 * Fix compatibility issue with Internet Explorer client authentication, 1232 SLOTH attack on TLS 1.2 server authentication (other attacks from the 1999 attack was already impossible when authentication is required). 2303 "triple handshake" attack when authentication mode is optional (the 2304 attack was already impossible when authentication is required). 2491 * Fixed client authentication compatibility 3065 message digests, which fixes IE6/IE7 client authentication [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-ENG.md | 135 … a client instance, specify the region of cloud services and provide authentication parameters bef…
|
A D | CHANGELOG | 2748 - Group, Plugin support tag authentication. 2788 - App-related actions support tag authentication.
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 370 u8_t authentication; member 1456 u8_t authentication; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | PPPD_FOLLOWUP | 120 always start the authentication again if it failed for whatever reason.
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.c | 3507 bt_addr_str(&evt->bdaddr), evt->capability, evt->authentication); in io_capa_resp() 3509 if (evt->authentication > BT_HCI_GENERAL_BONDING_MITM) { in io_capa_resp() 3530 conn->br.remote_auth = evt->authentication; in io_capa_resp() 3578 cp->authentication = auth; in io_capa_req()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 460 4. if, and only if, you've turned off authentication in the Remote Debugger,
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 1360 * connections and (2) client authentication after the initial handshake.
|
Completed in 56 milliseconds