I have a CA cert in pem format that uses ecdsa. I have tried to display the contents with:

openssl x509 -in x509-ca.pem -text -nameopt multiline -noout

I get errors:

        Subject Public Key Info:
            Public Key Algorithm: id-ecPublicKey
            Unable to load Public Key
140661212006240:error:0609E09C:digital envelope routines:PKEY_SET_TYPE:unsupported algorithm:p_lib.c:239: 140661212006240:error:0B07706F:x509 certificate routines:X509_PUBKEY_get:unsupported algorithm:x_pubkey.c:155:

Is there an option I need to add? Is there something special with this cert's Public Key Algorithm?

Thank you.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to