Topic: Fastmath on CortexM3
I'm running wolfssl 2.5.0 on cortex m3 (lpc1788) mcu. If I swith to fastmath, wolfssl fails to verify RSA certificates (keys & certificates were generated on x86 wolfssl instance using default big integer lib). Is this behaviour normal (wolfssl_fastmath is incompatible with wolfssl_big_integer) and I need to make new keys using fast math?