Commit be2e334f authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor



New functions to return internal pointer for order and cofactor. This
avoids the need to allocate a new BIGNUM which to copy the value to.
Simplify code to use new functions.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 81e03785
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment