RE: Extracting Public Key from a File

2008-04-25 Thread Bill Colvin
___ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Hoover Sent: April 23, 2008 3:17 PM To: openssl-users@openssl.org Subject: Extracting Public Key from a File Hello, Is there a way to extract a public key from a PEM encoded file and turn it into an EVP_PKEY st

Extracting Public Key from a File

2008-04-25 Thread Ben Hoover
Hello, Is there a way to extract a public key from a PEM encoded file and turn it into an EVP_PKEY struct? Also is there a way to directly extract the RSA data directly from the file containing the public key and put it into an RSA struct? Thank you, Ben ___