Elliptic curves + openssl

View: New views
3 Messages — Rating Filter:   Alert me  

Elliptic curves + openssl

by chrystelle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

I would like to know how can I use the elliptic curves's algorithms with openssl?  

Thanks

Re: Elliptic curves + openssl

by Larry Bugbee-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I would like to know how can I use the elliptic curves's algorithms  
> with
> openssl?

In what context?  From the commandline?  Programatically?  
Cryptographically or the generation of CSRs/certs?  ???

You might want to begin with openssl commands.  Consider the script  
linked fm...
   http://buggywhip.blogspot.com/2008/03/make-openssl-ca-ssl-server-and-client.html
or directly...
   http://www.seanet.com/~bugbee/crypto/make_ecc_keys_certs.zip

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@...
Automated List Manager                           majordomo@...

Re: Elliptic curves + openssl

by chrystelle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Larry Bugbee-2 wrote:
> I would like to know how can I use the elliptic curves's algorithms  
> with
> openssl?

In what context?  From the commandline?  Programatically?  
Cryptographically or the generation of CSRs/certs?  ???

You might want to begin with openssl commands.  Consider the script  
linked fm...
   http://buggywhip.blogspot.com/2008/03/make-openssl-ca-ssl-server-and-client.html
or directly...
   http://www.seanet.com/~bugbee/crypto/make_ecc_keys_certs.zip

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majordomo@openssl.org
Hello!

i would to do it from the command line .... Create an elliptic curve key and the certificate. I found the ecparam 's command but i do not kow how it works..

Thanks

Thanks!