1

(1 replies, posted in wolfCrypt)

In the description of WolfCrypt it is stated that WolfCrypt is MISRA available. Does this mean there are versions that are MISRA compliant or that all versions of WolfCrypt are MISRA compliant? At the same time is WolfSSL MISRA compliant and what edition is it compliant to?

2

(6 replies, posted in wolfSSL)

I've got --enable-cryptonly --disable-opensslextra set and wolfssl/ssl.h on line 2845 is still trying to include stdarg.h. What am I missing?

3

(6 replies, posted in wolfSSL)

Okay I've made a bit of progress, but WolfSSL is still attempting to include stdarg.h when it is not available in ssl.h. Is there a way to disable this?

4

(6 replies, posted in wolfSSL)

If I wanted to manually define INTEGRITY where would that go? I'm new to this so I'm doing a bit of bumbling.

5

(6 replies, posted in wolfSSL)

I'm currently trying to get WolfSSL to build on the Integrity OS and beyond using

NO_FILESYSTEM
USER_TIME
USER_TICKS

I'm not sure what options I need to enable to get it to port over to Integrity?

Any ideas?