[openssl-dev] [openssl.org #4280] OpenSSL 1.1.0 pre 2: feature request: ECDSA_SIG_set0(const ECDSA_SIG*, BIGNUM *, BIGNUM *) is needed

Aleksey Sanin via RT rt at openssl.org
Fri Jan 29 09:59:23 UTC 2016


Hello,

At the moment, there is no way to set r/s in the ECDSA_SIG structure
manually to verify the signature encoded into a different format.
Would be great to add a simple function:

void ECDSA_SIG_set0(const ECDSA_SIG*, BIGNUM *, BIGNUM *)

to set these values similar to other XXX_set0() functions.

Thanks,

-- 
Aleksey




More information about the openssl-dev mailing list