Hi, I use openssl-0.9.8q on netbsd and openssl-1.0.0c on debian Sid (with experimetnal repo for openssl).
I can't manage to have openssl verify ECDSA signatures on netbsd, although it works well on debian. Here is the command that reproduces the error : openssl dgst -sha256 -sign <(openssl ecparam -name secp256k1 -genkey) -hex <<<test Error is : Error Signing Data 7462:error:0606B06E:digital envelope routines:EVP_SignFinal:wrong public key type:p_sign.c:99: with return code 1 The same command on debian (with openssl-1.0.0c) works fine. I guess it's not easy for netbsd to move from 0.9.8q directly to 1.0.0c but could it be possible ot make a minor fix to 0.9.8q in order to correct just this feature for ECDSA signing ? Thanks. -- grond...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org