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
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
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