Is there a set of #defines for Xilinx Microblaze embedded applications?

There is #define WOLFSSL_XILINX and #define WOLFSSL_XILINX_CRYPT in settings.h, but are these sufficient for microblaze builds? Will we need to port wolfSSL?

Our FPGA part number is XC6SLX150-FGG676-3 and we are running Xilinx 13.4 (nt). The Microblaze IP version is 8.20.b.

The compiler is mb-g++ and is located in: C:\Xilinx\13.4\SDK\SDK\gnu\microblaze\nt\bin

Our application does not have a file system or an operating system. Also, we need to support the ECDHE-ECDSA-AES256-GCM-SHA384 cipher suite.

Thank you

Hello,

Does wolfSSL allow a client/server to control retries and timeouts for individual TLS Handshaking messages? For example, if the CLIENT_HELLO message is lost during transmission, can wolfSSL be configured to resend the CLIENT_HELLO message multiple times until it receives a response from the server? Our customer has specific requirements for timeouts and retries for each phase the handshaking protocol. Our application would be using memory interfaces (not TCP/IP) to transmit/receive data using a proprietary wireless messaging protocol.

Thank You,
Paul