Skip to content

Fix for Python test (again)#214

Merged
bandi13 merged 1 commit intowolfSSL:masterfrom
dgarske:fix_python_tls13_aes256
Nov 22, 2024
Merged

Fix for Python test (again)#214
bandi13 merged 1 commit intowolfSSL:masterfrom
dgarske:fix_python_tls13_aes256

Conversation

@dgarske
Copy link
Copy Markdown
Member

@dgarske dgarske commented Nov 22, 2024

Fix for cipher_suite string. It looks like: ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) so must use "in".

@JacobBarthelmeh
Copy link
Copy Markdown
Contributor

Thanks, was just looking at this also. Likely the "in" will work, there is other sections in the test case that use something like cipher_suite[0] for comparing the first element of the tuple too.

@bandi13 bandi13 merged commit 69f8e8e into wolfSSL:master Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants