>> I'm trying to use OpenSSL (0.9.6) to read an RSA public key (PKCS#1, DER
>> encoded).
>> I use the following command:
>>   openssl rsa -inform DER -in publickey.der -pubin
>> 

>The PKCS#1 RSA public key format isn't supported on the command line.
>There are however various functions that support it.

>Steve.

I found the d2i_RSAPublicKey_fp() function and it seems to work fine.

Thanks,
Kim Hellan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to