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

Fix OPENSSL_ALL build with WOLFSSL_NO_REALLOC #8369

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lealem47
Copy link
Contributor

Description

  • Fix OPENSSL_ALL build with WOLFSSL_NO_REALLOC
  • Fix for multi-threaded issue on FIPS MQX. InitMutex is called in fipsEntry() before the OS is initialized, causing the module to go into an error state.
  • Make the CMSIS_NMUTEX macro overridable so that applications that make heavy use of threads can use a higher number

Fixes zd#18687

Testing

Tested on Customer OS & HW

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@lealem47 lealem47 self-assigned this Jan 23, 2025
@dgarske dgarske self-requested a review January 23, 2025 17:22
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.

1 participant