David Stes wrote:
> 
> I'm sorry, I did have sect163k1.  But I'm still several weeks of work away
> from reading the public key from Certicom, however.
> 
> But this is a fun project, so I hope to get there.
> 

It should be fairly easy to read read the public key from the Certicom
root. 

It uses a named curve which can be obtained from the parameters field
which is an OID: so you'd need an OID to curve table.

The actual public key value should be a case of decompressing the public
key value, shouldn't be too hard if you've got some basic operations for
2^m EC.

If you need any hints of how to do that let me know.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to