ECDSA_set_method

Sets method to be used for the ECDSA operations

extern (C) nothrow @nogc
int
ECDSA_set_method

Parameters

eckey libressl_d.openssl.ec.EC_KEY*

EC_KEY object

meth const(libressl_d.openssl.ossl_typ.ECDSA_METHOD)*

new method

Return Value

Type: int

1 on success and 0 otherwise

Meta