]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add EC_GROUP_get0_field
authorDavid Asraf <dasraf9@gmail.com>
Thu, 7 Feb 2019 09:51:39 +0000 (11:51 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Fri, 15 Feb 2019 14:43:18 +0000 (16:43 +0200)
commitfa1f03061037cbdac5369849a885c1191a2550d9
tree06b371795d89501717698c4a6f5cadf38666d182
parent48fe4ce104df060dd5d2b4188a56eb554d94d819
Add  EC_GROUP_get0_field

New function to return internal pointer for field.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8195)
crypto/ec/ec_lib.c
doc/man3/EC_GROUP_copy.pod
include/openssl/ec.h
test/ectest.c
util/libcrypto.num