Skip to content

Updated wolfssl-python-3.8.14.patch cipher suite size can be 32 or 48#211

Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
aidangarske:size_assum
Nov 22, 2024
Merged

Updated wolfssl-python-3.8.14.patch cipher suite size can be 32 or 48#211
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
aidangarske:size_assum

Conversation

@aidangarske
Copy link
Copy Markdown
Member

Updated wolfssl-python-3.8.14.patch cipher suite size can be 32 or 48 now and unified patch fix for the issue in initsuites and pr# 7771

@aidangarske aidangarske requested a review from dgarske November 21, 2024 22:45
@aidangarske aidangarske self-assigned this Nov 21, 2024
Copy link
Copy Markdown
Member

@dgarske dgarske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this patch. Let's merge it in and make sure tests continue to pass. It builds fine and tests look good.

+ # reason may occasionally be None here
+ if cm.exception.reason is not None:
+ self.assertEqual(cm.exception.reason, 'fatal error')
+ self.assertEqual(cm.exception.reason, 'ALERT_FATAL_ERROR')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change might lead to flaky test results. The change is okay as is, mainly making the note to help remind myself to keep an eye on retry rates.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JacobBarthelmeh this change was already here. It was previously appended to the end of the original patch. It took Aidan and I a while to figure that out. This is the state of the current patch.

Thank you for merging. Let's see if the Python tests continue passing and I'll retry #7771 and see if it passes now.

@JacobBarthelmeh JacobBarthelmeh merged commit f66f3ff 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.

4 participants