Tool/software:
Hello,
In our product under development, we are trying to implement an HTTPS-enabled web server.
However, we observed that as soon as a client connects to the web server, CPU usage increases significantly, and other tasks are affected.
It seems that the TLS handshake is taking considerable time.
Since the AM2432 has hardware accelerators for cryptographic operations, I would like to know:
-
Is it possible to use the hardware crypto accelerator with mbedTLS on AM2432?
-
If so, could you provide guidance or references on how to enable or configure it?
For development, we are using INDUSTRIAL-COMMUNICATIONS-SDK-AM243X 11.00.00.08.
Thank you in advance for your support.