EC_GROUP_check

Checks whether the parameter in the EC_GROUP define a valid ec group

extern (C) nothrow @nogc
int
EC_GROUP_check

Parameters

group const(.EC_GROUP)*

EC_GROUP object

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 if group is a valid ec group and 0 otherwise

Meta