mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Remove dependency on POLY1305 on testing CHACHA20 only.
This commit is contained in:
committed by
Stefan Eissing
parent
9f47999002
commit
9b319b3782
@ -52113,7 +52113,7 @@ static int test_wolfssl_EVP_chacha20(void)
|
|||||||
NULL), WOLFSSL_SUCCESS);
|
NULL), WOLFSSL_SUCCESS);
|
||||||
/* Any tag length must fail - not an AEAD cipher. */
|
/* Any tag length must fail - not an AEAD cipher. */
|
||||||
AssertIntEQ(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG,
|
AssertIntEQ(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG,
|
||||||
CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE, NULL), WOLFSSL_FAILURE);
|
16, NULL), WOLFSSL_FAILURE);
|
||||||
AssertIntEQ(EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv), WOLFSSL_SUCCESS);
|
AssertIntEQ(EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv), WOLFSSL_SUCCESS);
|
||||||
AssertIntEQ(EVP_EncryptUpdate(ctx, cipherText, &outSz, plainText,
|
AssertIntEQ(EVP_EncryptUpdate(ctx, cipherText, &outSz, plainText,
|
||||||
sizeof(plainText)), WOLFSSL_SUCCESS);
|
sizeof(plainText)), WOLFSSL_SUCCESS);
|
||||||
|
Reference in New Issue
Block a user