We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d25ec commit 472a31aCopy full SHA for 472a31a
1 file changed
src/keys.c
@@ -1244,7 +1244,7 @@ int SetCipherSpecs(WOLFSSL* ssl)
1244
ssl->specs.static_ecdh = 0;
1245
ssl->specs.key_size = AES_128_KEY_SIZE;
1246
ssl->specs.block_size = AES_BLOCK_SIZE;
1247
- ssl->specs.iv_size = AES_IV_SIZE;
+ ssl->specs.iv_size = AESGCM_IMP_IV_SZ;
1248
ssl->specs.aead_mac_size = AES_GCM_AUTH_SZ;
1249
1250
ssl->options.usingPSK_cipher = 1;
0 commit comments