RE: Extracting Public Key from a File

2008-04-25 Thread Bill Colvin
Let's assume that the public key is in a pem encoded X509 file called x.pem // Access the file FILE*fptr=NULL; fptr = fopen( x.pem, r ); // Read in the certificate to an X509 structure X509*cert_A=NULL; cert_A = PEM_read_X509_AUX( fptr, NULL,

RE: Extracting Public Key from .CER file

2007-02-13 Thread kamalakar.mergu
: Tuesday, February 13, 2007 7:24 AM To: openssl-users@openssl.org Subject: Re: Extracting Public Key from .CER file Hello, I want to use the Open SSL function call to extract the Public Key from the Manufacturers X.509 Certificate, which is in the .CER format. Could someone please advise me

Re: Extracting Public Key from .CER file

2007-02-13 Thread Christian Hohnstaedt
On Mon, Feb 12, 2007 at 05:53:56PM -0800, Ravi Bhatt wrote: Hello, I want to use the Open SSL function call to extract the Public Key from the Manufacturers X.509 Certificate, which is in the .CER format. Could someone please advise me? fp = fopen(); c = PEM_read_X509(fp, NULL, NULL,

Re: Extracting Public Key from .CER file

2007-02-12 Thread Ravi Bhatt
Hello, I want to use the Open SSL function call to extract the Public Key from the Manufacturers X.509 Certificate, which is in the .CER format. Could someone please advise me? Thanks Regards - Need Mail bonding? Go to the Yahoo! Mail QA for great tips from