Use library in both windows and freertos

Hello,

I am new with mbed tls.
Is it possible to use library in different OS ?

I want to create keys in windows and use the keys in freertos. Is it possible ?

Thanks,
ranran

Hi @ranran
Thank you for your interest in Mbed TLS!

Mbed TLS is a light weight configurable library, which can be ported to different platforms.

The generated key are according to the pk standards, so there shouldn’t be an issue in this matter.

I suggest you look at the following articles:

The Knowledge Base contains numerous additional articles that may interest you as well.
Regards,
Mbed TLS Team member
Ron