Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release fixes for asynchronous crypto #3577

Merged
merged 4 commits into from
Dec 18, 2020

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Dec 17, 2020

  • Fix for async TLS v1.3 post handshake auth. The re-handshake was not resetting the processReply state.
  • Fix asyncDev usage in test.c
  • Fix in test_wolfSSL_OBJ_ln() in api.c for handling ECC_CURVE_INVALID.
  • Fixes for Cavium Nitrox and Intel QuickAssist.
  • Fix api.c tests using "free()" instead of "XFREE" causing issues with custom allocators.

@dgarske dgarske self-assigned this Dec 17, 2020
src/tls13.c Outdated Show resolved Hide resolved
Copy link
Contributor

@SparkiDev SparkiDev left a comment

Choose a reason for hiding this comment

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

TLS 1.3 part is good.

@dgarske dgarske assigned toddouska and unassigned dgarske Dec 18, 2020
@toddouska toddouska merged commit 7e5f838 into wolfSSL:master Dec 18, 2020
@dgarske dgarske deleted the releasefixes_async branch December 18, 2020 22:16
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