Hello. I have generated a RSA key in PEM format
(key.pem) and when i try to read the private key using function
PEM_read_RSAPrivateKey(), this funtion return a null value. I donīt know if i
call the function well because i donīt know the meaning of some
parametres.
I call the function like this:
FILE
*fp;
RSA
*privatekeys;
fp = fopen
("key.pem", "rb");
PEM_read_RSAPrivateKey(fp, &privatekey, NULL, NULL);
Thanks,
Oscar
|
- Read private key Oscar
- Read private key julien Bournelle
- Re: Read private key Aleix Conchillo
- Re: Read private key julien Bournelle
- Re: Read private key Frank Balluffi
- Re: Read private key julien Bournelle
- Re: Read private key Frank Balluffi