Re: ECDSA 224 bit

2007-07-04 Thread Marek Marcola
Hello, > > I am using openssl-0.9.8e. Can someone help me with making use of > > ECDSA with 224bit public and private keys? > You may try something like that: > > 1) Generate and display EC private/public key: > # openssl ecparam -genkey -name secp224r1 -out ec-key.pem > # openssl ec -in e

Re: ECDSA 224 bit

2007-07-04 Thread Marek Marcola
Hello, > I am using openssl-0.9.8e. Can someone help me with making use of > ECDSA with 224bit public and private keys? You may try something like that: 1) Generate and display EC private/public key: # openssl ecparam -genkey -name secp224r1 -out ec-key.pem # openssl ec -in ec-key.pem -tex

ECDSA 224 bit

2007-07-04 Thread C K KIRAN-KNTX36
Hi, I am using openssl-0.9.8e. Can someone help me with making use of ECDSA with 224bit public and private keys? Regards, Kiran