aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-01-31 16:34:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-31 22:18:30 +0000
commitbe2e334fce734e726a4085701bc3cbbaabf9d893 (patch)
tree1abe68a660b992e194fdb26dd42aed6860d3e87a /util
parent81e03785f718f98861a2a84b7b5d798b00df1670 (diff)
downloadopenssl-be2e334fce734e726a4085701bc3cbbaabf9d893.tar.gz
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: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 951add79ee..0bbe1a838d 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4766,3 +4766,6 @@ TS_STATUS_INFO_get0_failure_info 5160 1_1_0 EXIST::FUNCTION:
TS_STATUS_INFO_get0_text 5161 1_1_0 EXIST::FUNCTION:
CRYPTO_secure_zalloc 5162 1_1_0 EXIST::FUNCTION:
X509_NAME_get0_der 5163 1_1_0 EXIST::FUNCTION:
+EC_GROUP_order_bits 5164 1_1_0 EXIST::FUNCTION:EC
+EC_GROUP_get0_order 5165 1_1_0 EXIST::FUNCTION:EC
+EC_GROUP_get0_cofactor 5166 1_1_0 EXIST::FUNCTION:EC