-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add mosquitto OSP #145
Add mosquitto OSP #145
Conversation
5d9c535
to
632efa8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me.
Seeing some test failures as we discussed on Slack. Since some tests are also failing with OpenSSL, the patch file/README should clarify that some tests are expected to fail (and ideally which)
Would be great to fix the unique wolfSSL test failures if possible.
It would be nice to add a github action for this OSP to wolfMQTT. |
How would that work exactly? We already test wolfMQTT against Mosquitto (built with OpenSSL). |
You're right. Mosquitto is being linked against wolfSSL so it should be tested in the wolfSSL PRB tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Just one improvement.
Tabs-to-spaces from my editor messed up the patch file |
Adds wolfSSL support to Mosquitto 2.0.18
See README.md for build instructions