Re: Converting ECC public key point-compressed and uncompressed

2011-07-18 Thread Erwin Himawan
--** From: Martin Boßlet martin.boss...@googlemail.com** Sent: Sunday, July 17, 2011 7:21 AM To: openssl-users@openssl.org Subject: Re: Converting ECC public key point-compressed and uncompressed My understanding is that to convert the form of ecc key from compressed to uncompressed and from

Re: Converting ECC public key point-compressed and uncompressed

2011-07-17 Thread Erwin Himawan
I did dig arround more on the ecparam and ec options. Having a limited knowledge on cryptograpy and specifically ecc key algorithm, and experimenting with the CLI, I would like to clarify my understanding on coverting the form of ecc key from compressed to uncompressed and vice versa. My

Re: Converting ECC public key point-compressed and uncompressed

2011-07-17 Thread Martin Boßlet
My understanding is that to convert the form of ecc key from compressed to uncompressed and from uncompressed to compressed require the knowledge of the ECC private key. Is my understanding correct? You might want to have a look at sections 2.3.3 and 2.3.4 in

Re: Converting ECC public key point-compressed and uncompressed

2011-07-17 Thread Erwin Himawan
Marti, thanks for your response. Erwin -- From: Martin Boßlet martin.boss...@googlemail.com Sent: Sunday, July 17, 2011 7:21 AM To: openssl-users@openssl.org Subject: Re: Converting ECC public key point-compressed and uncompressed My

Converting ECC public key point-compressed and uncompressed

2011-07-15 Thread Erwin Himawan
Hi All, I would like to know whether openssl API has function call for generating ECC point-compression given that only the uncompressed ECC public key. Likewise, given the point-compressed ECC Key, I would also like to recover the uncompressed ECC key. Thanks for the help Regards, Erwin