Dear users,

 

I want to extract public key from certificate (*.cer file) in C++ (with
visual C++).

In command, I can do that with this command : c:\OpenSSL\bin\openssl
x509 -inform pem -in certificate.cer -pubkey -noout > publickey.pem

 

Could you telle how to do that in C++?

 

Thanks in advanced,

Vincent

 

Reply via email to