ECC generate public key with given private key

2012-04-15 Thread opensshelpmeplz
a corresponding public key that is tied to the provided private key? I am using the Ruby wrapper for what it is worth thanks for any help, I have spent many hours trying to figure this out now. -- View this message in context: http://old.nabble.com/ECC-generate-public-key-with-given-private-key

Re: ECC generate public key with given private key

2012-04-15 Thread Marek . Marcola
@openssl.org To openssl-users@openssl.org cc Subject ECC generate public key with given private key I need to generate a public EC key given a private EC key that I provide myself. Is it possible to do this with OpenSSL? I have no problems to generate a key pair , and I know how to set

Re: ECC generate public key with given private key

2012-04-15 Thread Matt Caswell (fr...@baggins.org)
On 14/04/12 11:32, opensshelpmeplz wrote: I need to generate a public EC key given a private EC key that I provide myself. Is it possible to do this with OpenSSL? I have no problems to generate a key pair , and I know how to set private and public key to specific values, but is there some way to