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…
851 for authentication in TLS 1.3.961 * Add a configuration check to exclude optional client authentication1439 For CCM* encryption/decryption without authentication, input2486 library which allows TLS authentication to use keys stored in a3066 including client authentication).3901 * Accept empty trusted CA chain in authentication mode4940 attack was already impossible when authentication is required).5245 attack was already impossible when authentication is required).5432 * Fixed client authentication compatibility6006 message digests, which fixes IE6/IE7 client authentication[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
Completed in 40 milliseconds