Searched refs:authentication (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/programs/ssl/ |
A D | ssl_mail_client.c | 150 int authentication; /* if authentication is required */ member 418 opt.authentication = DFL_AUTHENTICATION; in main() 448 opt.authentication = atoi( q ); in main() 449 if( opt.authentication < 0 || opt.authentication > 1 ) in main() 720 if( opt.authentication ) in main()
|
/mbedtls-development/ChangeLog.d/ |
A D | ccm_star_no_tag.txt | 3 For CCM* encryption/decryption without authentication, input
|
/mbedtls-development/tests/ |
A D | Descriptions.txt | 15 version, both ways (client/server), using client authentication or not.
|
/mbedtls-development/programs/ |
A D | README.md | 8 * [`aes/crypt_and_hash.c`](aes/crypt_and_hash.c): file encryption and authentication, demonstrating… 44 …of programs illustrates how to set up a secure channel using RSA for authentication and Diffie-Hel…
|
/mbedtls-development/docs/architecture/ |
A D | tls13-experimental.md | 86 - The TLS 1.3 MVP supports the authentication of the server by the client 87 but does not support authentication of the client by the server. In terms 88 of TLS 1.3 authentication messages, this means that the TLS 1.3 MVP
|
/mbedtls-development/ |
A D | ChangeLog | 1035 library which allows TLS authentication to use keys stored in a 1615 including client authentication). 2450 * Accept empty trusted CA chain in authentication mode 2643 * Fix compatibility issue with Internet Explorer client authentication, 2722 SLOTH attack on TLS 1.2 server authentication (other attacks from the 3489 attack was already impossible when authentication is required). 3793 "triple handshake" attack when authentication mode is optional (the 3794 attack was already impossible when authentication is required). 3981 * Fixed client authentication compatibility 4555 message digests, which fixes IE6/IE7 client authentication [all …]
|
/mbedtls-development/docs/ |
A D | getting_started.md | 10 * Message authentication (MAC)
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ssl.function | 1129 * using given cipher, hash, EtM mode, authentication tag length,
|
Completed in 17 milliseconds