主题中讨论的其他器件:CC3220SF
大家好、团队、
我有一个 tar 文件、我尝试在 CC3220SF 中解密。 tar 文件使用 openssl 进行加密。
是否可以在 SDK 中包含 OpenSSL 库并使用 openssl 中的 API 解密?
提前感谢您!
Sneha
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好、团队、
我有一个 tar 文件、我尝试在 CC3220SF 中解密。 tar 文件使用 openssl 进行加密。
是否可以在 SDK 中包含 OpenSSL 库并使用 openssl 中的 API 解密?
提前感谢您!
Sneha
您好、Sheha、
OpenSSL 针对嵌入式应用的优化程度较低。
您最好使用其他 SSL 堆栈、例如 wolfsl 或 embedTLS、但也可以使用 CC3220SF 加密引擎(由于它们基于硬件加速器、因此效率更高)。
请参阅 http://www.ti.com/lit/an/swra509b/swra509b.pdf 的第6.2章
BR、
Kobi