]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PARAM.
authorOliver Mihatsch <oliver.mihatsch@virtual-solution.com>
Thu, 2 Feb 2023 11:15:14 +0000 (12:15 +0100)
committerTodd Short <todd.short@me.com>
Wed, 8 Feb 2023 15:27:07 +0000 (10:27 -0500)
commita8aad913ecc632405096b2b61942b2c782cc74f4
tree50d837c6a5166070c7012e619c0eece502f92231
parentee17148792943f7f6455213a3b9a86a4cc082c9a
New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PARAM.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20205)
CHANGES.md
crypto/ec/ec_lib.c
doc/man3/EC_GROUP_new.pod
include/openssl/ec.h
test/ectest.c
util/libcrypto.num