Home
last modified time | relevance | path

Searched refs:authentication (Results 1 – 8 of 8) sorted by relevance

/mbedtls-development/programs/ssl/
A Dssl_mail_client.c150 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 Dccm_star_no_tag.txt3 For CCM* encryption/decryption without authentication, input
/mbedtls-development/tests/
A DDescriptions.txt15 version, both ways (client/server), using client authentication or not.
/mbedtls-development/programs/
A DREADME.md8 * [`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 Dtls13-experimental.md86 - 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 DChangeLog1035 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 Dgetting_started.md10 * Message authentication (MAC)
/mbedtls-development/tests/suites/
A Dtest_suite_ssl.function1129 * using given cipher, hash, EtM mode, authentication tag length,

Completed in 17 milliseconds