Ramon Martinez Pena wrote:
> 
> 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.

See the PEM section in libcrypto documentation. You can find it online
at http://www.openssl.org/docs/crypto/pem.html.

-- 
Javier Kohen <[EMAIL PROTECTED]>
ICQ Core: blashyrkh #159394190
begin:vcard 
n:Kohen;Javier
x-mozilla-html:FALSE
org:Core ST;Force
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Javier Kohen
end:vcard

Reply via email to