Re: How to generate ECDSA certificate in OPenssl

2004-12-16 Thread Nils Larsch
[EMAIL PROTECTED] wrote: Hi Nils, Appreciate your kind help. I just want to generate the ECC certificate in command line, use it for a web server. use apps/ecparam.c to create a private ec key or just ec parameters (see ecparam manpage [1]) and then use this key/params in "openssl req -newke

Re: Re: How to generate ECDSA certificate in OPenssl

2004-12-16 Thread redfish6
AIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Thu, 16 Dec 2004 11:32:26 +0100 Subject: Re: How to generate ECDSA certificate in OPenssl > [EMAIL PROTECTED] wrote: > >Hi, > > > > I want to try generate ECDSA certificate and set up ECDH in key agreement, > > usin

Re: How to generate ECDSA certificate in OPenssl

2004-12-16 Thread Nils Larsch
[EMAIL PROTECTED] wrote: Hi, I want to try generate ECDSA certificate and set up ECDH in key agreement, using Openssl. command line or c code ? note: to be honest I'm not sure in how far the current openssl ecc tls implementation is complying with the latest ecc tls draft. 1. Which ver