Skip to content

is it correct? The iv_size of TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 is AES_IV_SIZE #5888

@801room

Description

@801room

Version

master

Description

file:keys.c

case TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 :
ssl->specs.bulk_cipher_algorithm = wolfssl_aes_gcm;
ssl->specs.cipher_type = aead;
...
ssl->specs.iv_size = AES_IV_SIZE;
...

Whether the iv_size should be 4 bytes? So use AESGCM_IMP_IV_SZ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions