Searched refs:authentication (Results 1 – 7 of 7) sorted by relevance
127 int authentication; /* if authentication is required */ member387 opt.authentication = DFL_AUTHENTICATION; in main()415 opt.authentication = atoi(q); in main()416 if (opt.authentication < 0 || opt.authentication > 1) { in main()674 if (opt.authentication) { in main()
15 version, both ways (client/server), using client authentication or not.
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…
100 * With TLS 1.3, when a server enables optional authentication of the106 than TLS client authentication could be able to use it for TLS client107 authentication anyway. Only TLS 1.3 servers were affected, and only with108 optional authentication (required would abort the handshake with a fatal174 optional/none authentication mode, by calling mbedtls_ssl_conf_authmode()178 standard makes server authentication mandatory; users are advised not to1046 for authentication in TLS 1.3.1156 * Add a configuration check to exclude optional client authentication1283 * Add support for authentication of TLS 1.3 clients by TLS 1.3 servers.1348 provided by a client or server certificate for authentication was not[all …]
190 …te or authenticate-then-encrypt structure (one read to calculate the authentication tag and anothe…191 …then-authenticate structure (one read to decrypt and one read to calculate the authentication tag);200 …ssociated data is only processed once to calculate an intermediate value of the authentication tag.
393 …when encrypting) or `mbedtls_cipher_check_tag` (when decrypting) to process the authentication tag.400 …pment/api/file/crypto__sizes_8h/#c.PSA_AEAD_NONCE_LENGTH)), with the authentication tag written at…401 …20d3ba) to perform authenticated decryption of a ciphertext with the authentication tag at the end…411 …77c3b5447641f1fc8) to obtain the last part of the ciphertext and the authentication tag. You can u…412 …6d858453f0d0) to obtain the last part of the plaintext and check the authentication tag. You can u…621 …If you want to verify the output against an expected value (for authentication, rather than to der…
182 with mutual authentication based on raw public keys or directly-trusted