Hello,
I'm doing a C program using RSA functions and I also have files that
contain digital signs and digital certificates that I have created
with the commands of openssl (openssl genrsa, openssl rsautl and
openssl req). This files are .key and .crt and I don't know what
functions are availables in C to let me work with this files.
Can you help me?
Thanks for advanced.
PD: I have read something about PKCS#12 files (.p12 and .pem) that
maybe let me to work in C but it isn't very clear what functions I
can use for this.