]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/ec.h
New EC functions.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 12 Dec 2015 01:04:25 +0000 (01:04 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 16 Dec 2015 14:17:53 +0000 (14:17 +0000)
commit981bd8a2f28c17f774ecb8b60233858fe52db502
tree2416ede4d9418b3ae878463bf5fb21a54ad1b9a3
parent19a86b03010c111d4e05ce252247e30f0e940dad
New EC functions.

New functions EC_POINT_point2buf and EC_KEY_key2buf which encode
a point and allocate a buffer in one call.

New function EC_KEY_oct2key() which sets public key in an EC_KEY
structure from an encoded point.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/ec/ec_asn1.c
crypto/ec/ec_key.c
crypto/ec/ec_oct.c
crypto/ec/ec_print.c
include/openssl/ec.h