Hi,

I tried to create a private key using elliptic curves

openssl ecparam -out key.pem -name sect113r1 -genkey

While trying this to compress the converting point I stucked up with an
error msg

openssl ec -in key.pem -conv_form compressed -out keyout.pem

read EC key
writing EC key
unable to write private key
28565:error:100A1045:elliptic curve routines:ec_GF2m_simple_point2oct:called
a function that was disabled at compile-time:ec2_smpl.c:432:
28565:error:100A1045:elliptic curve routines:ec_GF2m_simple_point2oct:called
a function that was disabled at compile-time:ec2_smpl.c:432:
28565:error:100C0010:elliptic curve routines:i2d_ECPrivateKey:EC
lib:ec_asn1.c:1244:
28565:error:100A1045:elliptic curve routines:ec_GF2m_simple_point2oct:called
a function that was disabled at compile-time:ec2_smpl.c:432:
28565:error:100A1045:elliptic curve routines:ec_GF2m_simple_point2oct:called
a function that was disabled at compile-time:ec2_smpl.c:432:
28565:error:100C0010:elliptic curve routines:i2d_ECPrivateKey:EC
lib:ec_asn1.c:1244:


I tried to debug & found that, the function ECerr is completely missing from
the OpenSSL src of 0.9.8b.

Can anybody help me.

thanks,
Haridharan

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to