Good morning to all,

 

I am currently trying to perform RSA encryption, so I am using a file containing a public key (generated by OpenSSL) to do this.

 

So at the beginning I use the "mbedtls_pk_parse_keyfile" function to read it, as you can see on the image below. Unfortunately, I find the following error : ERROR 3E00 : Read/write of file failed.

 

Do someone have an idea of why I have this error ? Or should I change my way to read this file ?

 

Thanks a lot, have a nice Weekend